Hacker News new | ask | show | jobs
by piquadrat 1681 days ago
I have a networked all-in-one HP printer that can scan to a network share on my NAS. On the NAS, I set up a watcher script that runs OCRMyPDF [1] on any incoming PDFs. That gives me a super easy workflow, just feed documents into the scanner and a minute or two later, I have a fully OCRd PDF in my network share.

[1]: https://github.com/jbarlow83/OCRmyPDF

1 comments

oh - that sounds interesting - I could do similar for items hitting my dropbox thank you !