Scanbot SDK
|
Scanbot SDK Python wrapper. More...
Classes | |
class | ErrorCode |
Error codes of the internal SDK functions. More... | |
class | LicenseStatus |
License status. More... | |
class | SDKError |
Exception class for SDK errors. More... | |
class | _InitParams |
class | BarcodeFormat |
Barcode formats. More... | |
class | BarcodeRecognitionEngineMode |
Barcode recognition engine modes. More... | |
class | BarcodeRecognizerInitParams |
Barcode recognizer initialization parameters. More... | |
class | Barcode |
Barcode data class. More... | |
class | BarcodeRecognizer |
The barcode recognizer. More... | |
Functions | |
initialize (str license_key) | |
Initialize the Scanbot SDK. | |
LicenseStatus | get_license_status () |
Returns the current license status. | |
str | get_git_version () |
Returns the current version of the Scanbot SDK. | |
Scanbot SDK Python wrapper.
initialize | ( | str | license_key | ) |
Initialize the Scanbot SDK.
You must call this function once before using any other Scanbot SDK functions.
license_key | The license key. |