|
Scanbot SDK
|
API for machine readable zone scanning. More...
Public Member Functions | |
| None | __init__ (self, *, Optional[MrzScannerConfiguration] configuration=None) |
| Initialize the MRZ scanner. | |
| MrzScannerResult | run (self, *, ImageRef image) |
| Recognize the MRZ in the given image. | |
| None | clear_result (self) |
| Clears the accumulated results. | |
API for machine readable zone scanning.
Required licence feature(s): MrzScanner.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[MrzScannerConfiguration] | configuration = None ) |
Initialize the MRZ scanner.
| configuration | The configuration to use for the scanner. |
| None clear_result | ( | self | ) |
Clears the accumulated results.
Should be called after a document has been recognized to the customers satisfaction to prevent a poisoned cache.
| MrzScannerResult run | ( | self, | |
| * | , | ||
| ImageRef | image ) |
Recognize the MRZ in the given image.
| image | The image to recognize. |