Open nosovk opened 1 month ago
There is no standard API to scan document from scanner. For some apps it's crucial to have something like scan invoice\print invoice.
I would like to have some native plugin, that will grant access to scan feature of host system
there are some paid solutions, like: https://www.dynamsoft.com/codepool/tauri-document-scanning-desktop-app.html
https://twaindirect.org/twain-direct/
The electron ecosystem also has no solution. https://github.com/electron/electron/issues/14819 they suggest to install some external app. It would be nice to embed that app into tauri app
Describe the problem
There is no standard API to scan document from scanner. For some apps it's crucial to have something like scan invoice\print invoice.
Describe the solution you'd like
I would like to have some native plugin, that will grant access to scan feature of host system
Alternatives considered
there are some paid solutions, like: https://www.dynamsoft.com/codepool/tauri-document-scanning-desktop-app.html
Additional context
https://twaindirect.org/twain-direct/