baidu_ocr_plugin 2.0.2 copy "baidu_ocr_plugin: ^2.0.2" to clipboard
baidu_ocr_plugin: ^2.0.2 copied to clipboard

BaiduOCR SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by BaiduOCR with native SDKs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add baidu_ocr_plugin

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

dependencies:
  baidu_ocr_plugin: ^2.0.2

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:baidu_ocr_plugin/baidu_ocr_plugin.dart';
6
likes
130
pub points
52%
popularity

Publisher

unverified uploader

BaiduOCR SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by BaiduOCR with native SDKs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on baidu_ocr_plugin