Sorry, but I'm getting lost in the Javadocs and
examples (eagerly awaiting the BOOK!!!)...
Here's the high-level thing: I have some
"Image Only" PDFs. I want to get a java.awt.image.RenderedImage for each page so I
can test some OCR tools (will be happy to share any results, if anyone's
interested).
I followed the TIFF2PDF.java example, and that
kind-of goes in the opposite direction, of course.
Does anyone have any pointers on how to get a
RenderedImage for a page of a PDF?
(A follow-on question would be...if I _DO_ get a
good OCR of that page, does anyone have an example of adding that text back to
that specific page beneath the image -- to make it analogous to a
"Image+Text" PDF?)
Thanks for any help!
-AJ