UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

14 lines (13 loc) 230 B
/** * Supported inputs for Elements to Extract {@link ExtractPDFJob} */ export declare enum ExtractElementType { /** * Textual Data */ TEXT = "text", /** * Tabular Data */ TABLES = "tables" }