pp_ocr 0.1.2
pp_ocr: ^0.1.2 copied to clipboard
Flutter plugin for offline OCR using PP-OCRv6 (PaddleOCR) with ONNX Runtime C++ inference. Supports text detection and recognition on Windows.
0.1.0 #
- Initial release.
- Offline OCR using PaddleOCR PP-OCRv6 models with ONNX Runtime.
- Text detection (DB) and recognition (CRNN+CTC) pipeline.
- Unicode file path support on Windows (Chinese, Japanese, etc.).
- Detection box overlay with recognized text and confidence scores.
- Debug logging with UTF-8 validation utilities.
0.1.1 #
- 修复了一些依赖问题
0.1.2 #
- 修复了一些编译错误问题