image_text_reader 2.0.1
image_text_reader: ^2.0.1 copied to clipboard
Offline OCR plugin for Flutter using PaddleOCR v5 and ONNX Runtime. Supports on-device text detection and recognition with no internet connection.
Changelog #
2.0.1 #
- Implemented Kotlin Coroutines
2.0.0 #
- Upgraded to Paddle OCR v6 model (small model size)
- Better detection
- Faster processing
- More accurate results
- Better for writtern documents
- Fix: Updated OpenCV dependency
- Fix: Updated PaddleOCR dependency
- Fix: Updated ONNX Runtime dependency
- Fix: Updated Flutter/Kotlin KGP syntax
1.1.1 #
- Fix: General cleanup and formatting
1.1.0 #
- Fix: Flutter/Kotlin KGP syntax fixed for version compatibility
1.0.1 #
- Fix: OCR crop saving and improve recognition
1.0.0 #
Initial release of Image Text Reader.
Features #
- Fully offline OCR processing
- PaddleOCR v5 integration
- Detector: Detection OCRv6
- Recognizer: Recognition OCRv5
- ONNX Runtime inference
- Native Android implementation
- Extract text from images without internet access
- No cloud APIs or usage limits
Notes #
This is the first stable release of the package.