Skip to content
@ARBO-TEAM

ARBO TEAM

ARBO-TEAM

arboOCR is a fast, self-contained OCR engine (PP-OCRv6 ONNX weights via ONNXRuntime, CPU/GPU/TensorRT) with a single prebuilt binary (arboocr_demo) that every wrapper below drives via subprocess — no C++ build required to use any of them.

⚙ Core engine

🧑‍💻Language 🏗️Project ⭐️Stars 📝Description
C++ 🔥ArboOCR GitHub Repo stars The simplest OCR library for C++, with support for TensorRT, Nvidia GPU and CPU.

📦 Language wrappers

🧑‍💻Language 🏗️Project ⭐️Stars 📝Description
PHP ArboOcrPhp GitHub Repo stars Simplest PHP OCR, with sub process cpp.
Go arbo-ocr-go GitHub Repo stars Simplest Go OCR, with sub process cpp.
Rust arbo-ocr-rust GitHub Repo stars Simplest Rust OCR, with sub process cpp.
Python arbo-ocr-python GitHub Repo stars Python wrapper for arboOCR — runs the prebuilt arboocr_demo binary via subprocess, no C++ build required.
JS arbo-ocr-js GitHub Repo stars Node.js and Bun wrapper for arboOCR — zero runtime dependencies, no native module, no node-gyp.

Every wrapper spawns the same arboocr_demo release binary per call and parses its --json output — so accuracy is identical across all five; what differs is each language's own process-spawn/interpreter overhead. Benchmarked head-to-head against each other and against RapidOCR / RapidOcrOnnx on a 40-image SROIE sample; Go and Rust add the least overhead (near-zero on top of raw process-spawn), PHP and Python pay their interpreter's own startup cost on top.

All Repositories

Popular repositories Loading

  1. ArboOcrPhp ArboOcrPhp Public

    Simplest PHP OCR, with sub proccess cpp

    PHP 1

  2. arbo-ocr-go arbo-ocr-go Public

    Simplest Go OCR, with sub process cpp

    Go

  3. arbo-ocr-rust arbo-ocr-rust Public

    Simplest Rust OCR, with sub process cpp

    Rust

  4. arbo-ocr-python arbo-ocr-python Public

    Python wrapper for arboOCR - runs the prebuilt arboocr_demo binary via subprocess, no C++ build required.

    Python

  5. .github .github Public

    ARBO-TEAM organization profile

  6. arbo-ocr-docs arbo-ocr-docs Public

    Official documentation site for arboOCR - standalone C++ OCR (detection, orientation, recognition) on CPU, CUDA, or TensorRT.

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…