#include <D:/programming/aspose.ocr-for-cpp/doc_gen/aspose_ocr.h>
Public Attributes | |
const char * | filter_1 = nullptr |
const char * | filter_2 = nullptr |
const char * | filter_3 = nullptr |
const char * | filter_4 = nullptr |
const char * | filter_5 = nullptr |
const char * | filter_6 = nullptr |
const char * | filter_7 = nullptr |
const char * | filter_8 = nullptr |
const char * | filter_9 = nullptr |
const char * | filter_10 = nullptr |
const char * | filter_11 = nullptr |
const char * | filter_12 = nullptr |
Structure to set 12 preprocessing filters (or less as you need) in some order. Use in C-compatible API. Available filters:
Example:
custom_preprocessing_filters filters;* filters.filter_1 = OCR_IMG_PREPROCESS_BINARIZE;* filters.filter_2 = OCR_IMG_PREPROCESS_ROTATE(20);
const char* custom_preprocessing_filters::filter_1 = nullptr |
const char* custom_preprocessing_filters::filter_10 = nullptr |
const char* custom_preprocessing_filters::filter_11 = nullptr |
const char* custom_preprocessing_filters::filter_12 = nullptr |
const char* custom_preprocessing_filters::filter_2 = nullptr |
const char* custom_preprocessing_filters::filter_3 = nullptr |
const char* custom_preprocessing_filters::filter_4 = nullptr |
const char* custom_preprocessing_filters::filter_5 = nullptr |
const char* custom_preprocessing_filters::filter_6 = nullptr |
const char* custom_preprocessing_filters::filter_7 = nullptr |
const char* custom_preprocessing_filters::filter_8 = nullptr |
const char* custom_preprocessing_filters::filter_9 = nullptr |