As discussed in #the-water-cooler
Im tired with my paper/electronical offical paperwork.
@cerulean tapir Mentioned Paperless-ngx that seams to be very suitable for the situation.
Its a foss document mangement system. (What we need) and it has a extensive api. I asked chatgpt and that said. That.
- searching and opening a document with the api is possible.
So i can make linux shell scripts (i cant write home assistant integrations) that searches documents and can read them. This way a LLM can use a script (that fires the shell script) to search and read documents.
- webhooks. The api also has web hooks. When a document is created.
This allows ha to be triggered on document creation. It can read the document and make actions on this.
This allows a end user the following.
A functional document management system.
And HA that can create TODO lists and callendar items based on documents.
It would also help with explaining a document to a user by asking questions.
1st things to do pick a document system and setup a basic environment.