The following tables list the members exposed by AutoFormsEngine.
Name | Description | |
---|---|---|
AutoFormsEngine | Initializes a new AutoFormsEngine class object. |
Name | Description | |
---|---|---|
CreateProcessingOcrEngine | Create and startup OCR engine instance suitable for forms processing. | |
CreateRecognitionOcrEngine | Create and startup OCR engine instance suitable for forms recognition. | |
DeleteMasterFormsFromFullTextSearch | Delete all the master forms in the repository from the full text search engine database. | |
GenerateMasterFormAttributes | Generate master Form attributes based on the Object Managers set when this AutoFormsEngine object is constructed. | |
GetMinimumRecognizedConfidenceForm | Automatically finds the minimum confidence value that is needed to consider an unknown form as recognized and no further Master Form comparison is needed. | |
GetMinimumRecognizedConfidencePage | Automatically finds the minimum confidence value that is needed to consider an unknown page as recognized and no further Master Form Pages comparison is needed. | |
ProcessForm | Performs field processing on the recognized form image. | |
ProcessPage | Performs field processing on the recognized page image. | |
RecognizeForm | Recognize the Form type. | |
RecognizePage | Recognize the unknown page type. | |
Run | Automatically recognizes the unknown form then it processes its fields. | |
SetFullTextSearchManager | Begin full text search manager support. | |
UpsertMasterFormsToFullTextSearch | Add or updates all the master forms in the repository to the full text search engine database. |
Name | Description | |
---|---|---|
Dispose | Releases all the resources used by this AutoFormsEngine. | |
Finalize | This member overrides System.Object.Finalize. |
Name | Description | |
---|---|---|
EnableQuickPreRecognitionCheck | Indicates whether to use the quick-check process to identify the form. If it fails, it will perform the recognition process. | |
FilledFormType | Default value for PageRecognitionOptions.PageType. | |
FIPSCompatibleMode | Enables or disables Compatible with FIPS(Federal Information Processing Standards). | |
FullTextSearchLanguage | Full text search language. | |
FullTextSearchManager | Full text search manager used set in the engine. | |
FullTextSearchMaximumCandidates | The maximum number of matches (candidates) to return. | |
FullTextSearchMinimumRank | Minimum rank value to be considered a match (or candidate). | |
FullTextSearchRepositoryName | Full text search repository name. | |
MasterFormCacheMaximumSize | Specifies the maximum number of master forms that can be stored in a cache at any time. | |
MasterFormLoadType | Specifies how to load in memory the master form data found in the repository. | |
MinimumConfidenceKnownForm | The minimum confidence value to consider the form as being one of the known types in Master Forms repository. | |
MinimumConfidenceRecognized | The minimum confidence value to consider the form as being recognized and to stop searching Master Forms. | |
ProcessingOcrEngine | Gets the OCR engine used for processing. | |
RecognitionOcrEngine | Gets the OCR engine used for recognition. | |
RecognizeFirstPageOnly | Gets or sets the method of recognizing unknown forms. | |
TradeoffMode | Specifies which recognition algorithm trade-off setting to use for forms recognition and processing. | |
UseThreadPool | Enables or disables the use of a .NET ThreadPool when recognizing and processing forms. |
Name | Description | |
---|---|---|
Progress | Optional delegate method used after page processing is finished. |