robertknight/ocrs
Rust OCR library and CLI tool that uses neural network models to extract text from images.

Velocity · 7d
+2.1
★ / day
Trend
→steady
star history
Ocrs is a Rust library and CLI tool for optical character recognition that uses deep learning models trained in PyTorch. The trained models are exported to ONNX format and executed using the RTen inference engine. It aims to work well on diverse images including scanned documents, photos, and screenshots with minimal preprocessing, and supports compilation across multiple platforms including WebAssembly.