hiroi-sora/PaddleOCR-json
OCR离线图片文字识别命令行windows程序,以JSON字符串形式输出结果,方便别的程序调用。提供各种语言API。由 PaddleOCR C++ 编译。 observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 15
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1618
- days_rel: n/a
- days_push: 513
- n_releases_24m: 0
Adoption not part of the score
1542 stars · 203 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An offline OCR command-line executable compiled from PaddleOCR C++ that recognizes text in images and outputs results as JSON strings. It can be invoked as a subprocess or over TCP, with ready-made APIs for Python and other languages.
Use cases
- extract text from images offline
- add OCR to my app without writing C++
- batch convert screenshots to text
- recognize text from clipboard images
- call OCR over TCP from another program
- read text from handwriting or stylized fonts
When to choose
- you need fast, offline OCR with no Python runtime or internet connection
- you want a drop-in OCR engine callable from any language via subprocess or TCP
- you need good accuracy on hard cases like handwriting, small text, or cluttered backgrounds
- you have an AVX-capable x86-64 CPU on Windows or Linux
When to avoid
- your CPU lacks the AVX instruction set (use RapidOCR- instead)
- you need GPU acceleration or a lightweight deployment footprint (369MB unpacked)
- you need a pure Python OCR pipeline you can modify directly
Facets
cli-tool · maturity active
ocr cli image-processing computer-vision image-processing developer-tools windows cli paddleocr offline-ocr text-recognition subprocess -output tcp-server python-api command-line linux docker
1 source
- readme: https://github.com/hiroi-sora/PaddleOCR-json · fetched 2026-08-28 · 18f4a644b350
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hiroi-sora/PaddleOCR-json | main | 30 |
For agents
markdown · JSON · MCP: product_card(name="hiroi-sora/PaddleOCR-json")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem