Recognize VIN in the given image.
The image to recognize VIN 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 extractVINFromIf true, the VIN scanner will also extract VINs from barcodes. Requires a license that allows barcode scanning in addition to VIN scanning.
false;
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.
true;
Generated using TypeDoc
API for VIN scanning.