jya-dev / supernote-tool

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

Extracting txt from .note files #24

Closed kaye11 closed 1 year ago

kaye11 commented 1 year ago

Using this command: $ supernote-tool convert -t txt -a your.note output.txt

an error shows up: "TypeError: sequence item 0: expected str instance, NoneType found". I try to look at each page by using the -n NUMBER command instead of -a, converting some pages produces an error, and some are successful.