juruen / rmapi

Go app that allows you to access your reMarkable tablet files through the Cloud API
GNU Affero General Public License v3.0
976 stars 106 forks source link

rmapi mget without zipping the files? #147

Open s01q opened 3 years ago

s01q commented 3 years ago

is there a way to mget all files without zipping them?

Stefan

ddvk commented 3 years ago

what would you like to get, the pdf, the rm file, converted rm file? the zip is just the raw form that you can use as a backup, even reupload if the file was removed

s01q commented 3 years ago

thanks for the answer. I would like to have the PDF and the convertet PDF, but mainly the PDF :-) I am syncing with my synology for storage and integration into diku wiki.

Do you have any idea how to do the OCR?

Stefan

Am Montag, den 18.01.2021, 00:34 -0800 schrieb ddvk:

what would you like to get, the pdf, the rm file, converted rm file? the zip is just the raw form. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ddvk commented 3 years ago

so, i think it's best to do a mget first, then run a converter over all .zip files e.g https://github.com/poundifdef/go-remarkable2pdf

for ocr/hwr: https://github.com/ddvk/rmapi-hwr