UNPKG

@adobe/pdfservices-node-sdk

Version:

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

6 lines (5 loc) 179 B
export declare class OCRParamsPayload { protected readonly _ocrLang?: string; protected readonly _ocrType?: string; constructor(ocrLang?: string, ocrType?: string); }