Character.Data Property |
Namespace: Kofax.OmniPageCSDK.IproPlus
Since the recognized text does not contain extra characters for marking the end of lines, etc, these pieces of information are stored for the particular characters with this property.
This property can be any bit-wise combination of the following values:
DATAFLAG Value | Meaning |
---|---|
R_ENDOFWORD | This is the last character of a word. |
R_ENDOFLINE | This is the last character in a line. |
R_ENDOFPARA | This is the last character in a paragraph. |
R_ENDOFCELL | This is the last character in a cell. (Applicable only for zones with WT_TABLE zone Type property.) |
R_ENDOFZONE | This is the last character in a zone. |
R_ENDOFPAGE | This is the last character on a page. |