Splitting big (116 pages) PDF where all pages are low(ish)-res images...
SumatraPDF only gives me a "Select all". I can import the PDF into GIMP, and that gives me 116 images, and if there's no other way, I would have to save them all individually as PNGs, which I've done for a few. FreeOCR is the next step, and due to the low resolution, it doesn't result in anything overly useful, retyping the input might actually be faster.
I've also tried using Image Magick with a
D:\temp>magick -density 288 tobin_sexton_1972.pdf -resize 25% ( -clone 0-0 +write 0.pdf ) ( -clone 1-1 +write 1.pdf ) ( -clone 2-2 +write 2.pdf ) null:
command line, and yes, that split the file, in this case in three 1-page segments, but the resulting output is rather utter pixelated crap. (And yes, the above could run using a "FOR" command on Windoze, I copy-edited the above from StackOverflow)
Any suggestions as how to proceed would be welcome, and as yes, I already mentioned retyping, and if that's the only way, so be is, deep sigh...