Click or drag to resize

OcrDocumentStage Enumeration

OcrDocumentStage represents the current stage of document translation.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum OcrDocumentStage
Members
  Member nameDescription
BeginDocument A new document is being translated.
BeginPage A new page is being translated.
EndPage A page has finished translation.
EndDocument A document has finished translation.
Remarks
This enumeration is used by the DocumentProgress event in OcrEngine.
See Also