Skip to content

caengen/file-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File search

Lookup a bunch of needles (search terms) in some haystack (the stuff we're searching through) file in pdf or docx format.

Pre-reqs

Needle file should be in the format:

<term>,<other identifier>

<term2>,<other identifier2>

etc...

Other identifier is useful if you're generating this file and needles are not guaranteed to be unique.

Only pdf or docx haystack supported.

Run

cargo run <needle path> <haystack path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages