Method to start OCR by calling the native platform's implementation.
Future<String?> startOCR(Map<String, dynamic> params) { throw UnimplementedError('startOCR() has not been implemented.'); }