imgrep
imgrep copied to clipboard
A grep for images. Submission to Hack the North 2017.
need to make this easy for non technical users to install, should target popular OSes
to make this more `grep`-like and so as not to force users to scan their entire file trees, `imgrep search` should default to a non-recursive scan of the current working...
This should be able to done by mocking out a filesystem using an osFS{}. Details for mocking out a filesystem can found in the [10 things you (probably) don't know...
pick up where we left off, maybe add column to schema to determine how old files are and if they need to be re-indexed
biggest bottleneck by far, should look into better algos/optimizations we can make. possible first step might be removing `gosseract` dependency