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 validator?: { Content validator.
new DefaultContentValidator({});
Generated using TypeDoc
API for text pattern scanning.
Required licence feature(s): TextPatternScanner.