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
150
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on baidu_ocr_plugin