Skip to main content

Module search

Module search 

Source
Expand description

Full-text search across PDF documents.

Provides search functionality using extracted text and positioned characters.

Structs§

SearchOptions
Options for text search.
SearchResult
A search result with location information.

Functions§

count_occurrences
Count the total number of occurrences of a query across all pages.
count_text_only
Fast text-only occurrence count — skips all bounding box extraction.
pages_containing
Return a list of page numbers that contain the query text.
search_text
Search for text across all pages of a document.