Holly Molly! That's the future I dreamed about: the gap between my passion for handwritten notes and a need in a neat structured typed text is rapidly closing!
Thanks so much for this! Looking forward to working with this more and figuring out the keyword aspect.. Got it all installed quite easily following your directions. I can see this opening up all kinds of features.
Loving this and trying it out. Need to rewatch portions of this, especially the keywords, but I did get it all installed and backed up. I like the idea of amother backup, especially this robust. Thanks!
Thank you for the kind comments. Adding keyword settings features is relatively easy so feedback from users is appreciated. See for instance in this beta version a relatively more complex keyword setting: ruclips.net/video/vSZ8fj2UhmU/видео.htmlsi=mZggxekM3QgbGeJD
Hi, I get this errore when i launch "python setup_venv.py": ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: 307, 308) ERROR: No matching distribution found for pywin32==306 What should I check?
Thank you for pointing out the error. I confirm that the issue is with newer versions of Python such as 3.13.0 are not compatible with the list of requirements. Users for now should use version 3.12.3
Great software! The only thing that does not work for me is the ks-keyword option to send files to specific folders. Inserting the ks-copy-cloud keyword into a note always results in a keyword error message when running pysn.exe. The contents of the copy-cloud.json file has been adjusted so that it points to the correct folder. There must be something that I'm doing wrong...
Thank you! Are you on a Mac? The example given if for windows, requesting double backslashes for paths. Happy to look into your user_settings.json, if you email it to me.
@@mujmmb No, using the latest versions of windows and python (and pip) and the > symbol. It has worked before, pdf and other files were copied to another target folder (as defined in the copy-cloud.json file). Then I changed the name of the targetfolder in this copy-cloud.json file and then it stopped working. I changed the target folder name back to original one, but to no avail. The user_settings.json file was the same (no changes made), before and after it stopped working.
@@martinbijlsma8507 The script expects the json to be well formed i.e. if it doesn't adhere to json format, it will raise an error. You may use an online json validator like jsonlint.com/ to detect what is wrong. Also please note as a general rule that the code will be case sensitive, even if Windows isn't. You can also email me the jsons for me to take a look, thank you.
Despite the error below, I tried to go the following steps. On clicking the Supernote icon which opens the Terminal, I get the following message: ModuleNotFoundError: No module named 'fitz' It seems PySN didn't even recognize my Supernote device (an A5X) though it is on a USB port and also on the local network.
Even after a new clean install of Python - thanks to a Reddit user and activation of the virtual environment, which I guess is shown through the prefix (pysnvenv) in my Terminal, I get this error on setting my input folders. The error is: File "/Users/myname/pysn-digest/digest.py", line 7, in import fitz ModuleNotFoundError: No module named 'fitz' So I Googled this error and installed fitz. Now that fitz is installed, I get two errors: 1) chmod: /Users/myname/pysn-digest/platform-tools/adb: No such file or directory 2) an error on line 11 in regarding Pil which says is not installed. But in fact Pillow version 11.0.0 arm is installed as says the Terminal. The same error keeps appearing again. Could you @Max please indicated me at well level is the issue, and how I can fix it?
Hello there. I saw that you started an old fork of the project that is not maintained by me. Please install instead the official branch following the link in the description.
Holly Molly!
That's the future I dreamed about: the gap between my passion for handwritten notes and a need in a neat structured typed text is rapidly closing!
Thanks so much for this! Looking forward to working with this more and figuring out the keyword aspect.. Got it all installed quite easily following your directions. I can see this opening up all kinds of features.
Glad it helped!
Loving this and trying it out. Need to rewatch portions of this, especially the keywords, but I did get it all installed and backed up. I like the idea of amother backup, especially this robust. Thanks!
Thank you for the kind comments. Adding keyword settings features is relatively easy so feedback from users is appreciated. See for instance in this beta version a relatively more complex keyword setting: ruclips.net/video/vSZ8fj2UhmU/видео.htmlsi=mZggxekM3QgbGeJD
Great resource! Thank you for all the effort put in and sharing this with the community.
Glad it was helpful!
Hi Max, Nice job! I would like to see how you use Azure Vision for supernote handwrite recognition! Sounds great!
Thank you! Azure vision, please check back this thread in a few days. I may just send a screencast link
Excellent video!
Thank you!
Ditto, brilliant, new subscriber.
Thank you!
Hermoso. Los amo ❤❤❤❤
¡Gracias! Espero que te ayude.
Brilliant, New Subscriber ❤
Thank you!
Hi, I get this errore when i launch "python setup_venv.py": ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: 307, 308)
ERROR: No matching distribution found for pywin32==306
What should I check?
Thank you for pointing out the error. I confirm that the issue is with newer versions of Python such as 3.13.0 are not compatible with the list of requirements. Users for now should use version 3.12.3
I wish we had this for Boox!
I was expecting Boox to be more open. Is there an unofficial file structure around?
Great software! The only thing that does not work for me is the ks-keyword option to send files to specific folders. Inserting the ks-copy-cloud keyword into a note always results in a keyword error message when running pysn.exe. The contents of the copy-cloud.json file has been adjusted so that it points to the correct folder. There must be something that I'm doing wrong...
Thank you! Are you on a Mac? The example given if for windows, requesting double backslashes for paths. Happy to look into your user_settings.json, if you email it to me.
@@mujmmb No, using the latest versions of windows and python (and pip) and the > symbol. It has worked before, pdf and other files were copied to another target folder (as defined in the copy-cloud.json file). Then I changed the name of the targetfolder in this copy-cloud.json file and then it stopped working. I changed the target folder name back to original one, but to no avail. The user_settings.json file was the same (no changes made), before and after it stopped working.
@@martinbijlsma8507 The script expects the json to be well formed i.e. if it doesn't adhere to json format, it will raise an error. You may use an online json validator like jsonlint.com/ to detect what is wrong. Also please note as a general rule that the code will be case sensitive, even if Windows isn't. You can also email me the jsons for me to take a look, thank you.
@@mujmmb Thanks for your response. I've send you an e-mail, maybe you could have a look.
@@mujmmb Ok, thanks for your help, everything works now, exactly as shown in the video, GREAT!
Despite the error below, I tried to go the following steps. On clicking the Supernote icon which opens the Terminal, I get the following message:
ModuleNotFoundError: No module named 'fitz' It seems PySN didn't even recognize my Supernote device (an A5X) though it is on a USB port and also on the local network.
Even after a new clean install of Python - thanks to a Reddit user and activation of the virtual environment, which I guess is shown through the prefix (pysnvenv) in my Terminal, I get this error on setting my input folders. The error is:
File "/Users/myname/pysn-digest/digest.py", line 7, in
import fitz
ModuleNotFoundError: No module named 'fitz'
So I Googled this error and installed fitz. Now that fitz is installed, I get two errors:
1) chmod: /Users/myname/pysn-digest/platform-tools/adb: No such file or directory
2) an error on line 11 in regarding Pil which says is not installed. But in fact Pillow version 11.0.0 arm is installed as says the Terminal. The same error keeps appearing again.
Could you @Max please indicated me at well level is the issue, and how I can fix it?
Hello there. I saw that you started an old fork of the project that is not maintained by me. Please install instead the official branch following the link in the description.