Skip to content

Python code for searching for keywords in a number of different document formats

Notifications You must be signed in to change notification settings

jmc359/transcript_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcript Keyword Search

Repository for searching through .pdf, .docx, and .txt documents for keywords/regular expressions

Setup

Make sure Python 2.7 is installed. Then, in a terminal window:

pip install -r requirements.txt --user

Usage

./search.py [-h] keyword_file directories [directories ...]

keyword_file refers to the Enter separated Text (.txt) file containing the desired keywords/regular expressions to be searched.

directories refers to the folders or directories storing the desired Word (.docx), PDF (.pdf), or Text (.txt) documents

About

Python code for searching for keywords in a number of different document formats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages