Scanbot SDK
Loading...
Searching...
No Matches
VinScanner

API for VIN scanning. More...

Public Member Functions

None __init__ (self, *, Optional[VinScannerConfiguration] configuration=None)
 Initialize the VIN scanner.
 
VinScannerResult run (self, *, ImageRef image)
 Recognize VIN in the given image.
 
None clean_recognition_queue (self)
 Clean the queue of recognized VIN.
 

Detailed Description

API for VIN scanning.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
Optional[VinScannerConfiguration] configuration = None )

Initialize the VIN scanner.

Parameters
configurationThe configuration to use for the VIN scanner.

Member Function Documentation

◆ run()

VinScannerResult run ( self,
* ,
ImageRef image )

Recognize VIN in the given image.

Parameters
imageThe image to recognize VIN in.
Returns
The recognized text line.

The documentation for this class was generated from the following file: