Skip to content

charmfocus/flutter_ocr

This branch is 1 commit behind wangbang79408854/flutter_ocr:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 9, 2019
Jul 28, 2019
Sep 11, 2019
Sep 11, 2019
Sep 9, 2019
Sep 9, 2019
Sep 9, 2019
Sep 9, 2019
Jul 27, 2019
Jul 28, 2019
Jul 27, 2019
Jul 27, 2019
Sep 9, 2019

Repository files navigation

flutter_ocr

flutter 百度OCR插件

Init

##传入AK,SK 返回 json结果

class OcrResult{ int returnCode; // 当 init 或 recognize 成功时 返回 0 否则返回 -1;

String returnMsg; // returnCode  == 0 时,作为业务结果直接返回(init 接口回传 token,regonize回传识别结果)

int errorCode;   //当returnCode = -1 时,返回SDK错误码
String errorMsg; //返回SDK错误信息

}

About

flutter 百度OCR插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 44.7%
  • Dart 22.5%
  • Java 20.2%
  • Ruby 7.0%
  • C++ 5.6%