Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAsposeOCRDefectArea
 CAsposeOCRInput
 CAsposeOCRLogSettingsStructure for describing a logging settings
 CAsposeOCRProgressThis structure contains a current recognition state
 CAsposeOCRRecognitionArea
 CAsposeOCRRecognitionResult
 CAsposeOCRRecognizedPage
 Ccustom_preprocessing_filters
 Cfilter_operationPreprocessing filter type base structure. Use in C++ -compatible API
 CImageDescriptor
 COCR_IMG_AutoskewAutoskew filter Use in C++ -compatible API
 COCR_IMG_BinarizeConverts an image to black-and-white image. Binary images are images whose pixels have only two possible intensity values. They are normally displayed as black and white. Numerically, the two values are often 0 for black, and 255 for white. Binary images are produced by auto thresholding an image. Use in C++ -compatible API
 COCR_IMG_Contrast_CorrectionContrast correction filter. Use in C++ -compatible API
 COCR_IMG_DenoisingImage denoising filter Use in C++ -compatible API
 COCR_IMG_DilateDilation adds pixels to the boundaries of objects in an image. Use in C++ -compatible API
 COCR_IMG_GrayscaleConverts an image to grayscale image. Grayscale image have 256 level of light in image (0 to 255). Use in C++ -compatible API
 COCR_IMG_InvertAutomatically inverts colors in a document image. Use in C++ -compatible API
 COCR_IMG_MedianThe median filter run through each element of the image and replace each pixel with the median of its neighboring pixels. Use in C++ -compatible API
 COCR_IMG_ResizeRescale image - Upscale or downscale image resolution. Use in C++ -compatible API
 COCR_IMG_RotateRotate original image. Use in C++ -compatible API
 COCR_IMG_ScaleRescale image - Upscale or downscale image resolution. Use in C++ -compatible API
 COCR_IMG_ThresholdCreate a binary image based on setting a threshold value on the pixel intensity of the original image. Use in C++ -compatible API
 CRecognitionSettingsSettings for the image recognition. Contains elements that allow customizing the recognition process
 CrectPage area coordinates