ProcessingSource Enum
ProcessingSource is a public enumeration that contains the supported page processing sources.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public enumeration that contains the supported page processing sources.
Values
Ocr- Page was processed by using an OCR engine.Pdf- Page was processed solely as a PDF page.PdfAndOcr- Page was processed by using an OCR engine and as a PDF page.PlainText- Page was processed as plain text, no image reference.Unknown- Page was processed by other means.