menu
pp_ocr package
documentation
paddle_ocr_platform_interface.dart
PaddleOcrPlatform
recognizeImageBytes abstract method
recognizeImageBytes abstract method
dark_mode
light_mode
recognizeImageBytes
abstract method
Future
<
List
<
OcrResult
>
>
recognizeImageBytes
(
Uint8List
imageBytes
)
从图片字节数据识别文字。
Implementation
Future<List<OcrResult>> recognizeImageBytes(Uint8List imageBytes);
pp_ocr package
documentation
paddle_ocr_platform_interface
PaddleOcrPlatform
recognizeImageBytes abstract method
PaddleOcrPlatform class