Quan Nguyen

Results 74 comments of Quan Nguyen

> Thanks for the pointer, I missed that comment, but it doesn't seem to solve my problem. If I understand correctly, the `TextRenderer` is only available when calling `Tesseract.createDocuments` and...

> Also, I just noticed a scary sentence in [#264 (comment)](https://github.com/nguyenq/tess4j/issues/264#issuecomment-2130390181) > > > It's possible or likely that Tesseract CLI performs some basic image preprocessing before OCR stage. You...

@mmatela We confirm it works with `Pix`; however, we want to use `BufferedImage` if possible, since it's Java native image class. A client program would likely have preprocessed a `BufferedImage`...

@mmatela https://github.com/nguyenq/tess4j/commit/045a2d5900dd154a828b18acc38308a3233dbd4c has been committed to address the issue. The change was based on your analysis and code examples, and there was no impact on the processing speed. A new...