getOcrText method

Future<String?> getOcrText()

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

Implementation

Future<String?> getOcrText() {
  return OcrPlatform.instance.getOcrText();
}