Quote:
Originally Posted by hmr
For this case, I will probably spend a few hours re-creating the highlights as this is a book I'll be working through end-to-end (~500 pages),
|
Ok, in that case, if you can script, can I suggest that you automate the export, through:
-- take a screenshot (e.g.: `adb shell screencap -p /sdcard/sshot000.png` )
-- change page (e.g.: `adb shell input tap 1500 1500`)
-- repeat
Of course, those commands are just examples - the screenshot file must increment its index, the coordinates of the tap will probably be different etc.