rmrl
rmrl copied to clipboard
Render reMarkable documents to PDF
This adds `render()` and command line parameters to specify the colors that should be used for the "black" and "white" pen colors. These can be used to, for example, have...
Implements the PDF annotation spec for highlights, including QuadPoints which are used by many utilities to extract the underlying text. Tested and working with a range of sample PDFs on...
When using templates, rendering a document with 140 pages of handwritten notes takes over half an hour on my raspberry pi. The same file renders in ~1min without templates. It...
For some files, I get this error: Traceback (most recent call last): File "/home/xxx/Downloads/rmirro-main/render_rmrl.py", line 31, in status = render_rmrl(infile, outfile) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxx/Downloads/rmirro-main/render_rmrl.py", line 18, in render_rmrl stream =...