Christian Schwarz
Christian Schwarz
I am short on time, but i can start a PR. Is there a v5.0.0 branch already ? I would start to decouple the tess4j API from the generated JNA...
Indeed it would be nice if Mockito would support construtor injection by parameter name! Constructor injection is different beast that field injection. For field injection the name of the target...
@svijayakumar1 You can hack the PdfBox so it renders the pages in parallel to an array of ImageBuffers. Then you can OCR the pages in parallel (1 page per core)....
Here is what I did: Extract pages from the PDF in parallel, a page per core. Then pass every page image for further processing to the callback `onImageExtracted`. Note: You...