Parameters
- filledFormImage
- The filled form image to process.
Return Value
An object representing the results of processing.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if the filledFormImage is null. |
System.NotSupportedException | Thrown if attempting to process a FormSet without an Identification operation. The Processor class does not define a behavior for this scenario. |
System.InvalidOperationException | Thrown if the processor is configured to use the FormFix IdentificationProcessor to perform identification and the identification input image is not bitonal. If the argument filledFormImage is not bitonal, then the enhancements operation must binarize the image. Note that the current implementation of the base Processor class does not support identification by any other means than the FormFix IdentificationProcessor. |