Configuration options for searching within a PDF file.

Properties

contextWindow?

optional contextWindow: number;
Optional. Number of context letters around the search term to return.

matchCase?

optional matchCase: boolean;
Optional. Whether to match case during the search.

wholeWord?

optional wholeWord: boolean;
Optional. Whether to match whole words only.