Get the latest OCR recognized text (newline-separated lines).
@override Future<String?> getOcrText() async { final text = await methodChannel.invokeMethod<String>('getOcrText'); return text; }