View Single Post
Old 02-04-2018, 02:23 PM   #257
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by hmr View Post
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.
mdp is offline   Reply With Quote