You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As asked in https://www.reddit.com/r/Papermerge/comments/1ez7n06/papermount_making_inbox_and_db_available_via_mount/
i would love to have an option to make the inbox available via a "folder watcher". I want to configure my scan snap scanners so that they scan to a network directory. When a new pdf files shows up it should be immediately processed. An option for a restful callback that is triggered so that i can react in my own system and e.g. supply tags and other stuff (possibly via AI) and keep a different system in sync would be great.
The text was updated successfully, but these errors were encountered:
It is super simple to implement in (your favorite) any programming language.
It is just a basic REST API client which will watch (local) folder, and whenever there is a new document/folder just use
REST API to upload documents :)
Here is an example of REST API client code which uploads documents via REST API:
As asked in https://www.reddit.com/r/Papermerge/comments/1ez7n06/papermount_making_inbox_and_db_available_via_mount/
i would love to have an option to make the inbox available via a "folder watcher". I want to configure my scan snap scanners so that they scan to a network directory. When a new pdf files shows up it should be immediately processed. An option for a restful callback that is triggered so that i can react in my own system and e.g. supply tags and other stuff (possibly via AI) and keep a different system in sync would be great.
The text was updated successfully, but these errors were encountered: