|
Scanbot SDK
|
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. | |
API for document classification.
Required licence feature(s): DocumentClassification.
| None __init__ | ( | self, | |
| * | , | ||
| DocumentClassifierConfiguration | configuration ) |
Initialize the document classifier.
| configuration | The configuration to use for the classifier. |
| DocumentClassifierResult run | ( | self, | |
| * | , | ||
| ImageRef | image ) |
Classify the document in the given image.
| image | The image to classify. |