Performs field processing on the recognized page image.
| Overload | Description |
|---|---|
| ProcessPage(LEADDocument,int,AutoFormsRecognizeFormResult,int) | Performs field processing on a specific document page within LEADDocument. |
| ProcessPage(LEADDocument,int,AutoFormsRecognizePageResult) | Performs field processing on a specific document page within LEADDocument. |
| ProcessPage(LEADDocument,int,FormRecognitionAttributes,FormPage) | Performs field processing on a specific document page within LEADDocument. |
| ProcessPage(RasterImage,int,AutoFormsRecognizeFormResult,int) | Performs field processing on the recognized page image. |
| ProcessPage(RasterImage,int,AutoFormsRecognizePageResult) | Performs field processing on the recognized page image. |
| ProcessPage(RasterImage,int,FormRecognitionAttributes,FormPage) | Performs field processing on the recognized page image. |
| ProcessPage(Stream,int,AutoFormsRecognizeFormResult,int) | Performs field processing on the recognized page image. |
| ProcessPage(Stream,int,AutoFormsRecognizePageResult) | Performs field processing on the recognized page image. |
| ProcessPage(Stream,int,FormRecognitionAttributes,FormPage) | Performs field processing on the recognized page image. |
| ProcessPage(string,int,AutoFormsRecognizeFormResult,int) | Performs field processing on the recognized page image. |
| ProcessPage(string,int,AutoFormsRecognizePageResult) | Performs field processing on the recognized page image. |
| ProcessPage(string,int,FormRecognitionAttributes,FormPage) | Performs field processing on the recognized page image. |
| ProcessPage(Uri,int,AutoFormsRecognizeFormResult,int) | Performs field processing on the recognized page image. |
| ProcessPage(Uri,int,AutoFormsRecognizePageResult) | Performs field processing on the recognized page image. |
| ProcessPage(Uri,int,FormRecognitionAttributes,FormPage) | Performs field processing on the recognized page image. |