- url
- A Uri containing the the unknown form image data.
- masterAttributes
- The Master Form attributes of the form type.
- formFields
- The fields to be processed for the Master Form of the form type.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub ProcessForm( _ ByVal url As Uri, _ ByVal masterAttributes As FormRecognitionAttributes, _ ByVal formFields As FormPages _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void ProcessForm( Uri url, FormRecognitionAttributes masterAttributes, FormPages formFields ) |
C++/CLI | |
---|---|
public: void ProcessForm( Uri url, FormRecognitionAttributes masterAttributes, FormPages formFields ) |
Parameters
- url
- A Uri containing the the unknown form image data.
- masterAttributes
- The Master Form attributes of the form type.
- formFields
- The fields to be processed for the Master Form of the form type.
Visual Basic | Copy Code |
---|---|
Public Sub AutoFormRecognitionAndProcessing1Uri() |
C# | Copy Code |
---|---|
public void AutoFormRecognitionAndProcessing1Uri() |
This method processes the recognized form fields. The Master Form fields are obtained by calling IMasterForm.ReadFields of the AutoFormsRecognizeFormResult.MasterForm.
The url should have all form pages.
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 internally, so providing the recognition results will speed the alignment calculation process.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family