PdfModeEnum (Web Services API)
PDFModeEnum enumeration constants are used to set the PDF processing mode.
enum PDFModeEnum {
PM_Auto,
PM_Ocr,
PM_Text
};
Elements
Name | Description |
PM_Auto | Detect automatically. |
PM_OCR | Always perform OCR. |
PM_Text | Always use the text available in the PDF file. |
3/26/2024 1:49:49 PM