Get the latest OCR recognized text (newline-separated lines).
Future<String?> getOcrText() { return OcrPlatform.instance.getOcrText(); }