Crate pdf_seekers
source ·Expand description
PDF Seeker
Simple parser and information extractor from PDF documents based on keyword search functionality (powered by Rust)
Key Features:
- Indexing capability on single PDF file or directory containing multiple PDF files
- Search for keywords across multiple PDF files to get relevant information
- Get number of pages in PDF file, the page numbers containing the search term, and surrounding text aroung the search term
Getting Started:
Visit the pdf-seeker official repository for more information.
Modules
- Error module
- File Operations module
- Index Operations module
- Logging module
- Search Operations module
Functions
- Create indexes for either single PDF file or directory containing multiple PDF files
- Search for a keyword in either single PDF file or directory containing multiple PDF files