menu
pp_ocr package
documentation
paddle_ocr_platform_interface.dart
PaddleOcrPlatform
recognizeImage abstract method
recognizeImage abstract method
dark_mode
light_mode
recognizeImage
abstract method
Future
<
List
<
OcrResult
>
>
recognizeImage
(
String
imagePath
)
从图片文件路径识别文字。
Implementation
Future<List<OcrResult>> recognizeImage(String imagePath);
pp_ocr package
documentation
paddle_ocr_platform_interface
PaddleOcrPlatform
recognizeImage abstract method
PaddleOcrPlatform class