jya-dev / supernote-tool

Unofficial python tool for Supernote
Apache License 2.0
237 stars 26 forks source link

feature: extract text from real-time recognition note? #21

Closed andrewdownie closed 1 year ago

andrewdownie commented 1 year ago

Supernote just released real-time text conversion for notes, would it be possible to use this tool to extract the text?

jya-dev commented 1 year ago

I have added a new choice txt as conversion type on v0.4.0. You can extract text from your real-time recognition note with following command:

supernote-tool convert -t txt -a your.note output.txt
andrewdownie commented 1 year ago

incredible, thank you!