image_text_reader 1.1.1
image_text_reader: ^1.1.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 #
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.