sabidib / remarking

Remarking is an unofficial command line tool for extracting highlights from documents on your reMarkable tablet.
GNU General Public License v3.0
53 stars 2 forks source link

feat: Images? #5

Open totalitarian opened 3 years ago

totalitarian commented 3 years ago

Will it be possible to extract images like biff does my drawing a highlight around the image?

sabidib commented 3 years ago

This could be possible with a biff specific extractor!

There's a guide here on how to write an extractor.

The extractor would import biff and then run it on the downloaded documents.

As for the output, right now remarking focuses on text based highlights. There may be room for image based highlights.

There are a few options for that:

The first 2 options might be interesting to see in a possible solution, which could be refactored into the third option if we have more image based extractors suggested.

I'm not planning on working on that immediately, but will gladly advise on any PRs.