Click or drag to resize

OcrActions Class

Class represents the collection of actions performed by OcrJobs.
Inheritance Hierarchy
SystemObject
  Opait.Ocr.ApiOcrActions

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public class OcrActions

The OcrActions type exposes the following members.

Constructors
  NameDescription
Public methodOcrActions
Initializes a new instance of the OcrActions class.
Top
Properties
  NameDescription
Public propertyFixOrientation
Detect and fix page orientation.
Public propertyPerformOcr
Perform OCR process on full image of each page.
Public propertyPerformRedaction
Perform redaction on every document.
Public propertyProcessZones
Perform OCR process on zened areas of each page.
Public propertyRemoveBlankPages
Detect and remove blank pages.
Public propertySaveAsPdf
Save every document as a PDF document. The format of the PDF file is specified elsewhere.
Public propertySaveAsTiff
Save every document as a TIFF file.
Public propertySaveOcrText
Save formatted OCR results as a text file.
Public propertySaveRedactData
Save redaction data for use by Opait Redactor for review and verification.
Public propertyUseZipFiles
Download and use ZIP input files.
Top
Methods
  NameDescription
Public methodGetActionFlags
Serializes the actions as a bit flag.
Top
See Also