Name | Description | |
---|---|---|
![]() | Processor Constructor | Overloaded. |
The following tables list the members exposed by Processor.
Name | Description | |
---|---|---|
![]() | Processor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DebugOptions | Gets the debug options object that specifies debug settings for all components used in this Processor object. |
![]() | FormSetModified | Gets a value indicating whether the form set data has been changed during processing. |
![]() | OutputAlignedFormImage | Gets or sets a value indicating whether an aligned image of the entire form will be contained in the FormResult produced by the ProcessImage(Image) or ProcessImageParallel method. |
![]() | OutputAllFormComparisons | Gets or sets a value indicating whether the IdentificationResult.AllFormComparisons collection is filled when performing form identification. |
![]() | OutputIdentificationInputImage | Gets or sets a value indicating whether the input image to the IdentificationProcessor will be contained in the FormResult produced by the ProcessImage(Image) or ProcessImageParallel method. |
![]() | OutputIntermediateFieldImages | Gets or sets a value indicating whether intermediate images of fields that were generated while processing the fields will be contained in the FieldResults produced by the ProcessImage(Image) or ProcessImageParallel method. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Dispose of managed and unmanaged resources owned by this class. |
![]() | ProcessImage | Overloaded. Process a structured form image according to the instructions in the FormSet object that was passed to the constructor of this Processor. |
![]() | ProcessImageParallel | Process a structured form image according to the instructions in the FormSet object that was passed to the constructor of this Processor. |
Name | Description | |
---|---|---|
![]() | Finalize | Finalizes an instance of the Processor class. |
![]() | OnProcessImageProgressChanged | This method should be called by any derived class to indicate that progress has been made in processing the form image. |
Name | Description | |
---|---|---|
![]() | ProcessImageProgressChanged | Occurs when the processing operation is beginning or has completed a major step in processing the form image. |