fast_paddle_ocr 0.0.4
fast_paddle_ocr: ^0.0.4 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 fast_paddle_ocrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fast_paddle_ocr: ^0.0.4Alternatively, 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:fast_paddle_ocr/ocr.dart';
import 'package:fast_paddle_ocr/ocr_camera_view.dart';
import 'package:fast_paddle_ocr/ocr_method_channel.dart';
import 'package:fast_paddle_ocr/ocr_platform_interface.dart';