recognize method
Runs OCR on an image encoded in a browser/native-decodable format.
Implementation
Future<List<OcrResult>> recognize(
Object handle,
Uint8List imageBytes, {
int maxSideLen = 960,
bool runDetection = true,
bool runClassification = false,
bool runRecognition = true,
}) {
throw UnimplementedError('recognize() has not been implemented.');
}