Click or drag to resize

SourceAction Enumeration

Enumerates the post-processing actions on the source documents.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public enum SourceAction
Members
  Member nameValueDescription
Move0 Move the processed document to one of 'Done' or 'Fail' folders.
Delete1 Delete the document from the watch folder.
Leave2 Leave the source folder in the watch folder.
See Also