Hi, On Thu, Jun 2, 2011 at 5:56 PM, sgraessle <[email protected]> wrote: > Thanks for the quick response... Apparently I made a few mistakes in testing > it. One quick question for you, I was asked to store a general location for > where an image was in the file, (ie line # 5). Could you point me in the > direction of the code that is used to extract the images so I can include a > small routine of my own?
See the getHtmlHandler method in the TikaGUI class. You might also want to check out the ImageDocumentSelector and ImageSavingParser classes inside TikaGUI for some other related code. BR, Jukka Zitting
