|
Scanbot SDK
|
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. | |
API for VIN scanning.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[VinScannerConfiguration] | configuration = None ) |
Initialize the VIN scanner.
| configuration | The configuration to use for the VIN scanner. |
| VinScannerResult run | ( | self, | |
| * | , | ||
| ImageRef | image ) |
Recognize VIN in the given image.
| image | The image to recognize VIN in. |