getOcrText method

Future<String?> getOcrText()

Get the latest OCR recognized text (newline-separated lines).

Implementation

Future<String?> getOcrText() {
  throw UnimplementedError('getOcrText() has not been implemented.');
}