interface PDFFromDocumentParams {
    documentID: string;
    ocrConfiguration?: OCRConfiguration;
    pdfConfiguration: PdfConfiguration;
}

Properties

documentID: string

The ID of the document for which the PDF file will be created.

ocrConfiguration?: OCRConfiguration

Set OCR configuration for the file that is created.

pdfConfiguration: PdfConfiguration

Set PDF configuration for the file that is created.