fast_paddle_ocr 0.0.5 copy "fast_paddle_ocr: ^0.0.5" to clipboard
fast_paddle_ocr: ^0.0.5 copied to clipboard

PlatformAndroid

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_ocr

This 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.5

Alternatively, 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';
2
likes
155
points
190
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

CC0-1.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fast_paddle_ocr

Packages that implement fast_paddle_ocr