|
Scanbot SDK
|
API for check scanning. More...
Public Member Functions | |
| None | __init__ (self, *, Optional[CheckScannerConfiguration] configuration=None) |
| Initialize the check scanner. | |
| CheckScanningResult | run (self, *, ImageRef image) |
| Scan check in the given image. | |
API for check scanning.
Required licence feature(s): CheckScanner.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[CheckScannerConfiguration] | configuration = None ) |
Initialize the check scanner.
| configuration | The configuration to use for the check scanner. |
| CheckScanningResult run | ( | self, | |
| * | , | ||
| ImageRef | image ) |
Scan check in the given image.
| image | The image to scan check in. |