Skip to content

rorywag/PDF-Keyword-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

This Python script allows you to search for a keyword across multiple PDF files within a selected folder and will output the path and name of which files contain the keyword

Install requirement:

pip install pymupdf

Command to run script

python pdfKeywordSearch.py

Example output:

Enter the folder path containing PDF files: C:\path\to\pdf\folder
Enter the keyword to search for: invoice
Keyword 'invoice' found in the following files:
C:\path\to\pdf\folder\file1.pdf
C:\path\to\pdf\folder\file3.pdf

About

PDF Keyword Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages