matchedResult abstract method

Future<List<ScanResult>> matchedResult(
  1. List<TextBlock> textBlock,
  2. String text
)

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,
);