Members
(static, constant) ExtractElementType
- Description:
Supported Elements for Json Extraction in ExtractPdfOperation
Properties:
Name | Type | Description |
---|---|---|
TEXT |
string | Represents Text elements to extract in the JSON |
TABLES |
string | Represents Table elements to extract in the JSON. |
Supported Elements for Json Extraction in ExtractPdfOperation
(static, constant) TableStructureType
- Description:
Supported Output formats for exporting Tables in ExtractPdfOperation
Properties:
Name | Type | Description |
---|---|---|
CSV |
string | Represents CSV format for exporting extracted Table Data |
XLSX |
string | Represents XLSX format for exporting extracted Table Data |
Supported Output formats for exporting Tables in ExtractPdfOperation
(static, constant) ExtractRenditionsElementType
- Description:
Supported Elements for Renditions Extraction in ExtractPdfOperation
Properties:
Name | Type | Description |
---|---|---|
TABLES |
string | Represents png renditions of Tables to generate from the PDF |
FIGURES |
string | Represents png renditions of Figures to generate from the PDF |
Supported Elements for Renditions Extraction in ExtractPdfOperation
Methods
(static) Builder() → {ExtractPDFOptionsBuilder}
- Description:
Returns a builder for ExtractPdfOptions.
Returns:
A Builder instance for initializing ExtractPdfOptions.