paddle_ocr_native 0.1.0 copy "paddle_ocr_native: ^0.1.0" to clipboard
paddle_ocr_native: ^0.1.0 copied to clipboard

Offline PaddleOCR PP-OCRv6 text detection and recognition for Flutter on Android and iOS, powered by ONNX Runtime.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paddle_ocr_native

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  paddle_ocr_native: ^0.1.0

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:paddle_ocr_native/paddle_ocr_native.dart';
1
likes
150
points
134
downloads

Documentation

API reference

Publisher

verified publisherdot4.xyz

Weekly Downloads

Offline PaddleOCR PP-OCRv6 text detection and recognition for Flutter on Android and iOS, powered by ONNX Runtime.

Repository (GitHub)
View/report issues
Contributing

Topics

#ocr #paddleocr #onnx #computer-vision

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on paddle_ocr_native

Packages that implement paddle_ocr_native