Recognize text line in the given image.
The image to recognize text line in.
Optional consumeImage: Config.ConsumeTypeControls if the image can still be used after calling this method, or if it will be consumed by the method. See ConsumeType for more details.
The recognized text line.
Static createOptional configuration: { Optional maximumMaximum number of accumulated frames to inspect before actual result is returned.
3;
Optional minimumMinimum number of accumulated frames that have equal result.
2;
Optional ocrMaximum image size (height or width) for OCR process. 0 - do not rescale.
0;
Optional optimizeOptimize for scanning a single line or a single word. Enable this option when scanning a single line or single word that are hard to scan reliably.
false;
Optional validator?: { Content validator.
new DefaultContentValidator({});
Generated using TypeDoc
API for text pattern scanning.
Required licence feature(s): TextPatternScanner.