thrivexai_paddle_ocr_precompiled 0.0.2
thrivexai_paddle_ocr_precompiled: ^0.0.2 copied to clipboard
High-performance real-time OCR plugin for Flutter using NCNN and PP-OCRv5. Supports live camera preview, flash control, and photo capture with integrated text recognition.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add thrivexai_paddle_ocr_precompiledThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
thrivexai_paddle_ocr_precompiled: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:thrivexai_paddle_ocr_precompiled/ocr.dart';
import 'package:thrivexai_paddle_ocr_precompiled/ocr_camera_view.dart';
import 'package:thrivexai_paddle_ocr_precompiled/ocr_method_channel.dart';
import 'package:thrivexai_paddle_ocr_precompiled/ocr_platform_interface.dart';