Scanbot SDK
Loading...
Searching...
No Matches
DocumentClassifier

API for document classification. More...

Public Member Functions

None __init__ (self, *, DocumentClassifierConfiguration configuration)
 Initialize the document classifier.
 
DocumentClassifierResult run (self, *, ImageRef image)
 Classify the document in the given image.
 

Detailed Description

API for document classification.

Required licence feature(s): DocumentClassification.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
DocumentClassifierConfiguration configuration )

Initialize the document classifier.

Parameters
configurationThe configuration to use for the classifier.

Member Function Documentation

◆ run()

DocumentClassifierResult run ( self,
* ,
ImageRef image )

Classify the document in the given image.

Parameters
imageThe image to classify.
Returns
The result of document classification.

The documentation for this class was generated from the following file: