A SQLite based sweeper of all the scans, notes, PDFs and images I have on my filesystem, that stores their paths and allows searching their OCR’ed descriptions and text, as provided by Mistral OCR. I can ask things like “when does my car need maintenance” or “find me that picture my kid drew for Mother’s Day”. I use pi-based bash executable to launch a doc chat like that. https://github.com/maxim/ringbinder
Nice! I did something similar for myself but fully offline. It started because I had to do a tax return and collecting information was a pain point.
Btw, I tried to keep the Mistral part modular, so that another OCR could be integrated.