|
Scanbot SDK
|
API for barcode scanning. More...
Public Member Functions | |
| None | __init__ (self, *, Optional[BarcodeScannerConfiguration] configuration=None) |
| Initialize the barcode scanner. | |
| BarcodeScannerResult | run (self, *, ImageRef image) |
| Recognize barcodes in the given image. | |
| None | clear_frame_accumulation_cache (self) |
| Clear the cache of the barcode frame accumulator. | |
API for barcode scanning.
Required licence feature(s): BarcodeScanner.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[BarcodeScannerConfiguration] | configuration = None ) |
Initialize the barcode scanner.
| configuration | The configuration to use for the barcode scanner. |
| BarcodeScannerResult run | ( | self, | |
| * | , | ||
| ImageRef | image ) |
Recognize barcodes in the given image.
| image | The image to recognize barcodes in. |