{"id":13771982,"url":"https://github.com/jmpinit/rm-dl-annotated","last_synced_at":"2025-05-11T04:31:05.242Z","repository":{"id":147824877,"uuid":"132032768","full_name":"jmpinit/rm-dl-annotated","owner":"jmpinit","description":"Export annotated PDFs from ReMarkable tablets","archived":false,"fork":false,"pushed_at":"2020-10-04T17:16:59.000Z","size":18,"stargazers_count":82,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T00:52:16.379Z","etag":null,"topics":["remarkable-tablet","remarkable-tablets"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmpinit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-03T18:09:39.000Z","updated_at":"2025-03-17T12:04:16.000Z","dependencies_parsed_at":"2023-04-07T10:07:15.088Z","dependency_job_id":null,"html_url":"https://github.com/jmpinit/rm-dl-annotated","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpinit%2Frm-dl-annotated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpinit%2Frm-dl-annotated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpinit%2Frm-dl-annotated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpinit%2Frm-dl-annotated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmpinit","download_url":"https://codeload.github.com/jmpinit/rm-dl-annotated/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["remarkable-tablet","remarkable-tablets"],"created_at":"2024-08-03T17:00:58.427Z","updated_at":"2025-05-11T04:31:03.853Z","avatar_url":"https://github.com/jmpinit.png","language":"Shell","funding_links":[],"categories":["Other"],"sub_categories":["Launchers"],"readme":"# rm-dl-annotated\n\nExport annotated PDFs from [ReMarkable tablets](https://remarkable.com/).\n\nI read lots of papers on my RM tablet. It's super cool to be able to scribble\nnotes and highlight them, but later I want to go back and review the notes and\nunfortunately the interface on the actual RM sucks for that. I made this simple\nutility so I could scroll through the PDFs on my laptop and see my highlights\nand notes at a glance during review.\n\nIt also works for notebooks.\n\nTested with reMarkable tablet software version 2.3.0.16.\n\n## Example\n\n```\nrm-dl-annotated.sh \"/Super Cool Research Paper I Scribbled All Over\"\n```\n\nGenerates `./\"Super Cool Research Paper (exported).pdf\"` with the scribbles on top of the original PDF.\n\n## Dependencies\n\nAll these things need to be on your path, and you need to have given `rmapi` access to your ReMarkable Cloud account:\n\n* python\n* ImageMagick (`convert`)\n* pdfinfo (from poppler-utils)\n* pdfunite (from poppler-utils)\n* qpdf\n* [rmapi](https://github.com/juruen/rmapi)\n* [svgexport](https://github.com/shakiba/svgexport)\n* [rM2svg](https://github.com/delaere/maxio/blob/master/tools/rM2svg)\n\nIf any of your PDFs have been cropped on your ReMarkable then you will also need:\n\n* pdftoppm (from poppler-utils)\n\nAnd the following Python libraries:\n\n* [opencv-python](https://pypi.org/project/opencv-python/)\n* [numpy](https://numpy.org/)\n\nAs of this writing [the reHackable rM2svg](https://github.com/reHackable/maxio/blob/a0a9d8291bd034a0114919bbf334973bbdd6a218/tools/rM2svg)\nhasn't been updated to support new versions of the .lines file format for new\nversion of the ReMarkable tablet OS, so I suggest using [the fork by delaere](https://github.com/delaere/maxio/blob/master/tools/rM2svg).\n\n## Installation\n\nOn Ubuntu:\n\n```\nsudo apt install imagemagick poppler-utils qpdf\npip install opencv-python numpy\n```\n\nFollow the installation instructions on the project pages for\n[rmapi](https://github.com/juruen/rmapi),\n[rM2svg](https://github.com/delaere/maxio/blob/master/tools/rM2svg)\n(download the script and put it in a directory on your PATH like /usr/bin), and\n[svgexport](https://github.com/shakiba/svgexport). \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpinit%2Frm-dl-annotated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmpinit%2Frm-dl-annotated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpinit%2Frm-dl-annotated/lists"}