Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Preprocessing settings | ||
Specifies if page preprocessing is to be performed. Page preprocessing is performed before page analysis and includes correction of orientation, inversion, geometrical distortions. If this property is FALSE, the PagePreprocessingParams property is ignored. This property is TRUE by default. | ||
Provides access to the subset of page processing parameters that affect the process of page preprocessing. Page preprocessing is performed before page analysis and includes correction of orientation, inversion, geometrical distortions. These parameters are ignored, if the value of the PerformPreprocessing property is FALSE. | ||
Specifies if color objects must be filtered out on the image before layout analysis and recognition. If this property is set to FALSE, the ColorObjectsProhibitingParams property is ignored. The default value of this property is FALSE. | ||
Provides access to the parameters of color objects filtering. The parameters are only taken into account if the ProhibitColorObjectsAtProcessing is set to TRUE. | ||
Analysis and objects extraction settings | ||
Specifies if page analysis is to be performed. If this property is FALSE, the PageAnalysisParams property is ignored. This property is TRUE by default. If your license does not support the Analysis module, the default value of this property is FALSE. | ||
Provides access to the subset of page processing parameters that affect the process of page analysis. These parameters are ignored, if the value of the PerformAnalysis property is FALSE. | ||
Provides access to the subset of page processing parameters that affect extraction of objects. | ||
Recognition and page synthesis settings | ||
Specifies if recognition is to be performed. If this property is FALSE, the RecognizerParams property is ignored. This property is TRUE by default. If your license does not support the Recognition module, the default value of this property is FALSE. | ||
Provides access to the subset of page processing parameters that affect the process of page recognition. | ||
Provides access to the subset of page processing parameters that affect the process of page synthesis. | ||
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the CreatePageProcessingParams method of the Engine object.Input parameter
This object is passed as an input parameter to the following methods:- PreprocessAnalyzeRecognize method of the FRPage object
- In Linux and Windows: Start, ProcessPageAsync methods of the BatchProcessor object
Samples
C# code
C# code
- Linux: CustomLanguage, CommandLineInterface
- Windows: CustomLanguage, CommandLineInterface; and demo tools: BatchProcessingRecognition, MultiProcessingRecognition, PDFExportProfiles, User Pattern Training Utility
