ClassificationProfileEnum
ClassificationProfileEnum enumeration constants specify different types of the classification profiles for classifying documents based on their text and visual content.
typedef enum {
CP_ImageAndTextThorough,
CP_ImageAndTextFast,
CP_ImageOnly,
CP_TextOnly
} ClassificationProfileEnum;
Elements
Name | Description |
---|---|
CP_ImageAndTextFast | Applies the Image profile, and then applies the Text profile if not confident enough. |
CP_ImageAndTextThorough | Applies both the Image and Text profiles simultaneously. |
CP_ImageOnly | Suitable for documents that can be recognized just by looking at them, without reading the text. |
CP_TextOnly | Recognizes the documents and classifies them by their text content. |
Used in
15.08.2023 13:19:30