Scanbot SDK
Loading...
Searching...
No Matches
Classes | Functions
scanbotsdk.py File Reference

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.
 

Detailed Description

Scanbot SDK Python wrapper.

Function Documentation

◆ initialize()

initialize ( str  license_key)

Initialize the Scanbot SDK.

You must call this function once before using any other Scanbot SDK functions.

Parameters
license_keyThe license key.