#137 · Primary category: Computer Vision
ocrs
Rust library and CLI tool for OCR (extracting text from images)
Project last updated:08/29/26
GitHub Stars
1.9K
Forks
90
Contributors
14
License
Apache-2.0
Why we included this project
ocrs is a Rust OCR engine that skips most of the preprocessing older tools demand. It leans on neural models trained on open datasets, so scanned documents, photos with text, and screenshots usually come through without the thresholding and scaling Tesseract often needs. The CLI installs with a single cargo command, and the library runs its ONNX models locally through RTen, which matters if you care about on-device processing. It compiles to WebAssembly too, so you can drop it into browser-based tools. Just know it's early preview and Latin-only for now, so don't expect commercial-grade accuracy yet.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)