ocrExtractFunc property

(Future<String> Function(String path, {bool? isCloudService})?) ocrExtractFunc
getter/setter pair

Detect OCR from image function

Implementation

Future<String> Function(String path, {bool? isCloudService})? ocrExtractFunc;