RecognizePageFieldsOCR_S (deprecated)
Does recognition on all field zones that are defined for the current page and writes the results to the runtime page data file.
Important: This action is deprecated and scheduled to be removed in a future release.
Use the RecognizePageFieldsOCR_S action in the OCR_SR library. For more
information, see RecognizePageFieldsOCR_S.
Member of namespace
OCR_SSyntax
bool RecognizePageFieldsOCR_S ()
Parameters
None.Returns
False If the ruleset with this action is not bound to a Page object of the Document Hierarchy. Otherwise, True.Level
Page only.Details
This page-level action recognizes all fields on the page that were configured for OCR/S recognition (see the OCR/S tab of the Recognition Options Setup dialog.)
Note: Individual field-level recognition actions overwrite the results from this page-level
action.
The action does not recognize a zoned field if the Skip Recognition check box in the OCR/S tab of the Recognition Options Setup dialog was selected.
This action supports the automatic retry mechanism.
- Example
ReadZones() RecognizePageFieldsOCR_S()