Am 04.12.2015 um 20:56 schrieb britt fitch:
Awesome, thanks. That takes care of #1 & 2.
For #3, is the check on currentPageNo necessary?
Right now processPage must be called from processPages or nothing
happens.
This has a negative effect for cases like mine where I want to
override processTextPosition and handle different pages or even if you
only want to extract data from particular pages.
You can set the start and endpage through the setters setStartPage() and
setEndPage(). That's the official way to do it.
Tilman