C#
VB
C++
Performs field processing on the recognized page image.
public PageAlignment ProcessPage(
RasterImage page,
int pageNumber,
FormRecognitionAttributes masterAttributes,
FormPage pageFields
)
Public Overloads Function ProcessPage( _
ByVal page As Leadtools.RasterImage, _
ByVal pageNumber As Integer, _
ByVal masterAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _
ByVal pageFields As Leadtools.Forms.Processing.FormPage _
) As Leadtools.Forms.PageAlignment
public:
Leadtools.Forms.PageAlignment^ ProcessPage(
Leadtools.RasterImage^ page,
int pageNumber,
Leadtools.Forms.Recognition.FormRecognitionAttributes^ masterAttributes,
Leadtools.Forms.Processing.FormPage^ pageFields
)
page
The recognized page image.
pageNumber
1-based index of the in page.
masterAttributes
Master Form attributes of the recognized page type.
pageFields
Page fields to process.
The result of processing will be stored in pageFields.
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