6.5
© 2007 ABBYY. All rights reserved.
63
"page" element
Corresponds to one page.
The "page" element has the following attributes:
Attribute name Type Required? Description
pageNumber integer Yes Batch page number.
pageTemplate string Yes
The name of the page template (if the page has not been recognized, the attribute value is
an empty string).
pageImagePath string Yes Full path to the page image file.
pageStatus enum Yes Page status. See the status list below.
annexBarcodeValue string No Barcode value. Required only for non–recognizable pages (annexes).
The "pageStatus" attribute can have the following values:
Value Description
OPRuleWarning Accepted.
OPRuleError Rejected. Manually assigned to pages containing one–page check rules.
LoosePage Loose page. Manually assigned to pages that cannot be identified as a part of a document.
VerificationError Verification error.
OK No errors. A page does not contain invalid data or all detected errors have been corrected.
Undefined Undefined status.
The "page" element contains nested "block" elements. The number of "block" elements is not limited.
"block" element
Corresponds to one exported page block.
The "block" element contains the following attributes:
Attribute
name
Type Required? Description
blockName string Yes The name of a block in the ABBYY FormReader template
l integer No
The left border coordinate of an image block, dpi. Required if the Export block coordinates
option is selected (the ExportBlockCoordinates setting is set to True).
t integer No
The upper border coordinate of an image block. Required if the Export block coordinates
option is selected (the ExportBlockCoordinates setting is set to True).
r integer No
The right border coordinate of an image block. Required if the Export block coordinates option
is selected (the ExportBlockCoordinates setting is set to True).
b integer No
The lower border coordinate of an image block. Required if the Export block coordinates option
is selected (the ExportBlockCoordinates setting is set to True).
The value of the element is the value of the exported page block.
If the "block" element corresponds to table it contains a "table" element.
"table" element
The element corresponds to an exported Table block. The "table" element contains nested "row" elements. The number of "row"
elements is not limited.
The "row" element corresponds to a table row and has the following attributes:
Attribute name Type Required? Description
rowNumber integer Yes The row number in the table (row numbers start from 1)
The "row" element contains nested "cell" elements. The number of "cell" elements is not limited.
The "cell" element corresponds to a cell of table block and has the following attributes:
Attribute name Type Required? Description
columnHeader string Yes The heading of the column in which the cell is located
The value of the element is the value of the table cell.










