pentakon

Results 9 comments of pentakon

@nguyenq the C API has the [TessBaseAPISetImage](https://github.com/tesseract-ocr/tesseract/blob/8ee020e14cf5be4e3f0e9beb09b6b050a1871854/src/api/capi.cpp#L309C6-L309C25) call which takes the `bytes_per_line` argument. The tess4j wrapper in `Tesseract1.setImage` method (which calls `TessBaseAPISetImage`) generates the bytes per line assuming that there...

@nguyenq hello. Is there a commit number where this issue is fixed (since it was marked as completed)? Thanks!

@nguyenq I'm confused, in my previous comment I showed exactly where it considers it in the `TessBaseAPISetImage` function.

Here is an SO question that explains this (also has a link to MSDN docs): https://stackoverflow.com/questions/29912303/stride-and-padding-of-an-image

Hello @samvaity it's been a while 😂. We have finished migrating our codebase to the new Document Intelligence SDK and did some testing. Among other things, one issue we found...

Hello @samvaity . The profiling tool forces a GC before taking a memory snapshot so this is not that. We have confirmed the leak with an OOM exception as well...

Yes @samvaity, we tried with the new 1.0.1 SDK and there's no difference

Hello @jumarko I stumbled upon this issue while looking for information on the `OverlappingFileLockException` issue with H2. We seem to have the exact same configuration as you (`AUTO_SERVER=TRUE` and H2...

> > Did you end up finding what the root cause of this is? Is it fixed in H2 2.X versions? Did you find a workaround for this specific configuration?...