matchedResult abstract method
Method to be defined in each module to process the text found in the image and output a list of results
Implementation
Future<List<ScanResult>> matchedResult(
List<TextBlock> textBlock,
String text,
);
Method to be defined in each module to process the text found in the image and output a list of results
Future<List<ScanResult>> matchedResult(
List<TextBlock> textBlock,
String text,
);