Hacker News new | ask | show | jobs
by hobofan 1691 days ago
On an even more macro level I've had a great experience with ripgrep-all[0], which uses Tesseract internally.

I have e.g. a directory with all weekly lecture slides for one lecture, and can directly find where (both file and page) we learned something related to photosynthesis via `rga photoshynthesis`.

[0]: https://github.com/phiresky/ripgrep-all

1 comments

rga is one of my favorite tools ever.