ocrs icon indicating copy to clipboard operation
ocrs copied to clipboard

Rust library and CLI tool for OCR (extracting text from images)

Results 21 ocrs issues
Sort by recently updated
recently updated
newest added

The ocrs library should have a C API so it can be used from other languages. Some other languages might be able to use the WebAssembly API, but that is...

Language bindings

Dear `ocrs` Contributors, I hope this message finds you well. I've recently come across your OCR project and am thoroughly impressed with the vision and progress of `ocrs`. The use...

Language bindings

ocrs should support models that can recognize non-Latin text. Some likely sub-tasks: - Eliminating the [hard-coded alphabet](https://github.com/robertknight/ocrs/blob/1dbea6212b316859a77d621796a51b49dcbbe05a/ocrs/src/recognition.rs#L18) from the recognition process. IIRC this was from an EasyOCR model that I...

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.63. Release notes Sourced from thiserror's releases. 1.0.63 Documentation improvements 1.0.62 Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309) 1.0.61 Use...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.122. Release notes Sourced from serde_json's releases. v1.0.122 Support using json! in no-std crates (#1166) v1.0.121 Optimize position search in error path (#1160, thanks @​purplesyringa)...

dependencies

Bumps [png](https://github.com/image-rs/image-png) from 0.17.10 to 0.17.13. Changelog Sourced from png's changelog. 0.17.13 Fix Send bound on Reader. 0.17.12 Reject zero-sized frames. Optimized decoding of paletted images. Removed remaining uses of...

dependencies

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.86. Release notes Sourced from anyhow's releases. 1.0.86 Fix parse error in ensure! with non-literal after minus sign (#373) 1.0.85 Improve ensure! macro's rules to...

dependencies

I see that there is a nodejs example in the repo but is it possible to use this on the frontend yet with ts support?

hi, thanks for your useful ocr engine, its works good but when i try to set rotated image it return bad result. ![Screenshot 2024-09-30 161933](https://github.com/user-attachments/assets/a616df33-2fb7-443a-834d-8e6f5c232f06) is there any fix tips?

I had previously started using `ocrs` at version `0.8.0`, which has a public dependency on `rten` version `0.10.0`. However, it seems that the newly released `0.8.1` bumped the dependency on...