flutter_ocr_identity_extractor 1.0.0
flutter_ocr_identity_extractor: ^1.0.0 copied to clipboard
A Flutter package for extracting text from images using Google ML Kit Text Recognition. Supports multiple scripts and provides a simple API for OCR operations.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-10 #
Added #
- Initial release of Flutter OCR Identity Extractor
- Support for extracting text from image files
- Support for extracting text from image file paths
- Support for extracting text from image bytes
- Multiple recognition script support
- Text combination from different recognizers
- Singleton pattern for efficient resource management
- Comprehensive documentation and examples