Mateusz Matela

Results 16 comments of Mateusz Matela

One step further, I've got the good result in Java, using `TessAPI` instead of the `Tesseract` wrapper: ``` TessAPI api = TessAPI.INSTANCE; TessBaseAPI handle = api.TessBaseAPICreate(); api.TessBaseAPIInit2(handle, "/usr/share/tesseract-ocr/5/tessdata/", "pol", 1);...

Thanks for looking into this @DiegoPino Attaching info from http://localhost:8182/iiif/3/2.jpg/info.json : [info.json](https://github.com/user-attachments/files/16457057/info.json) IrfanView shows the file indeed has resolution of 400x400 dpi. I think we can rule out cache, this...

I see the same problematic behavior with 5.0.4 and 5.0.5. With the file downloaded from github through this link: https://github.com/user-attachments/assets/eca73bfc-7194-4a50-9830-beee020d9e1a (redirected the browser to amazonaws, then I pressed ctrl+s)

I first noticed this problem on a Linux machine with Java 11. console output during request handling (changed the file name to make sure it's loaded from scratch): ``` e.i.l.c.r.i.v.ImageResource...

@DiegoPino Oh, I thought you'd be able to run version 5 locally and reproduce the problem, should be more efficient than having this back and forth. Like you said: >...

> @mmatela I have not been successful replicating the issue, maybe because but I don't have a Windows/Java 21 combo to test? Like I said, I've seen the same behavior...