enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface ReadPdfOptions

    Internal request options for readPdf; excluded from the strict MCP schema.

    interface ReadPdfOptions {
        textLimits?: Partial<PdfTextExtractionLimits>;
    }
    Index
    textLimits?: Partial<PdfTextExtractionLimits>

    Optional extraction limits; values may only narrow production defaults.