-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #100
Comments
maybe, you can compile the code to exe. |
The construction work is quite difficult for me, and I hope to have a Release version available for use. Thank you very much! |
You can use an electron converter to convert html to exe (encode only ) |
The current HTML cannot send file names and does not support decoding, screenshot or camera recognition. |
About sending file name: #88 |
The dev tools do support decoding from images, and could be compiled for windows. But there are probably some patches needed and I'd need some help to get (and keep) things working, since it's not really a platform I use. That said, those are command line tools and may not be what you're looking for anyway. The other path to windows support is via a (not yet existent) webapp decoder, which is something I intend to do, but will take some time. |
It is a good idea to use a webapp decoder. |
In windows platform,command tools is enough,we can encode and send to desktop window via scripts of command line. |
I hope GUI programs on the Windows platform can support encoding and decoding (from screenshots or cameras), which will greatly improve application scenarios and convenience.
The screenshot method supports dragging and dropping the mouse to draw the recognition area.
The text was updated successfully, but these errors were encountered: