Performs field processing on the recognized form image.
public void ProcessForm(RasterImage form,PageRequestCallback pageRequestCallback,object userData,FormRecognitionAttributes masterAttributes,FormPages formFields)
Public Overloads Sub ProcessForm( _ByVal form As Leadtools.RasterImage, _ByVal pageRequestCallback As Leadtools.Forms.Auto.PageRequestCallback, _ByVal userData As Object, _ByVal masterAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _ByVal formFields As Leadtools.Forms.Processing.FormPages _)
public:void ProcessForm(Leadtools.RasterImage^ form,Leadtools.Forms.Auto.PageRequestCallback^ pageRequestCallback,Object^ userData,Leadtools.Forms.Recognition.FormRecognitionAttributes^ masterAttributes,Leadtools.Forms.Processing.FormPages^ formFields)
form
The recognized Form image.
pageRequestCallback
Page request callback if more form images are needed.
userData
The user defined data that is associated with PageRequestCallback.
masterAttributes
The Master Form attributes of the form type.
formFields
The fields to be processed for the Master Form of the form type.
If form does not have all form page images, during the processing if more pages are required for processing this method will ask for the required pages one page at a time using the pageRequestCallback. The PageRequestCallbackData.FormPageNumber will have the number of the needed page, and the user returns the requested page image through PageRequestCallbackData.Page.
If form has all form pages you can set pageRequestCallback to null.
This method is useful because it allows you to do the form processing later on or on another machine without the need to recreate the recognition result object
The form alignment is calculated from the recognition results.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
