@mcp-z/mcp-pdf
    Preparing search index...

    Interface CharacterValidationResult

    interface CharacterValidationResult {
        hasUnsupportedCharacters: boolean;
        unsupportedChars: Map<string, number>;
        warnings: string[];
    }
    Index

    Properties

    hasUnsupportedCharacters: boolean
    unsupportedChars: Map<string, number>
    warnings: string[]