ExtractPdfOptions

ExtractPdfOptions

Parameters for extract PDF file using ExtractPdfOperation.

Members

(static, constant) ExtractElementType

Description:
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:
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:
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 instance for initializing ExtractPdfOptions.

Type
ExtractPDFOptionsBuilder