felixdittrich92/OnnxTR
OnnxTR a docTR (Document Text Recognition) library Onnx pipeline wrapper - for seamless, high-performing & accessible OCR
This tool helps you convert scanned documents, images, or even web pages into editable and searchable text. You provide documents in formats like PDF or JPG, and it gives you back the extracted text, intelligently grouped into words and lines. It's designed for anyone who needs to quickly and accurately get text out of various document types.
176 stars. Used by 1 other package. Available on PyPI.
Use this if you need to extract text efficiently from documents, images, or web pages, especially if you prioritize performance and resource efficiency over needing to customize the core OCR models directly.
Not ideal if you need to fine-tune the underlying OCR models using deep learning frameworks like PyTorch or TensorFlow, as this project is a wrapper focused on deployment.
Stars
176
Forks
18
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Dependencies
11
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/felixdittrich92/OnnxTR"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin,...
breezedeus/CnSTD
CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula...
githubharald/SimpleHTR
Handwritten Text Recognition (HTR) system implemented with TensorFlow.
mindee/doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for...
parlance/ctcdecode
PyTorch CTC Decoder bindings