antinvestor_api_ocr 1.52.1
antinvestor_api_ocr: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Ocr Service - Optical character recognition and document processing
Changelog #
1.50.2 - 2025-12-22 #
Changed #
- Refactored client code to use common
ConnectClientBasepattern - Simplified client creation with
newXxxClient()factory functions - Removed redundant
client_factory.dartfiles - All common client functionality now in
antinvestor_api_common
Added #
- Type aliases for convenience (e.g.,
DeviceClient,ChatClient) ClientOptionsfor flexible client configuration- Support for
noAuthmode for unauthenticated requests
1.47.0 - 2025-10-27 #
🚀 New Features #
- Enhanced OCR processing for various document types
- Added support for additional image formats
- Improved text recognition accuracy
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated to latest common code and dependencies
- Optimized image processing pipeline
Fixed #
- Resolved issues with character recognition
- Fixed memory leaks in image processing
- Addressed performance bottlenecks in batch processing