Interface PdfPageOptions

interface PdfPageOptions {
    consumeImage?: ConsumeType;
    runOcr?: boolean;
}

Properties

consumeImage?: ConsumeType
runOcr?: boolean

Generated using TypeDoc