Run OCR on a static image file. Returns recognized text.
Future<String?> ocrFromImage(String imagePath) { throw UnimplementedError('ocrFromImage() has not been implemented.'); }