processImageFromPath method

Future<OcrData?> processImageFromPath([
  1. String path = ""
])

Implementation

Future<OcrData?> processImageFromPath([String path = ""]) {
  throw UnimplementedError('processImageFromPath() has not been implemented.');
}