Mateusz Matela
Mateusz Matela
Nothing worked for me either. Had to switch GraphQL Playground to Insomnia Core, no such problems there.
Nope, I had to add a wrapper class and declare an accessor method for each `Collection` value in the map, lots of boilerplate.
To prevent future confusion, maybe type `pgsql` should be an alias for `pgsql11` and there should be `pgsql10` for older versions (which occur less and less in the wild)?
Sorry, didn't see the notification. I've just checked with "11.0.15" 2022-04-19 and "11.0.16" 2022-07-19, still experience the same behavior. I don't see a Reopen button - can you do it?...
Anyone has a similar workaround for Windows?
Using Polish language is not actually necessary to demonstrate the problem, with English it's similar - the result is a bit mangled in CLI, more mangled with tess4j psm6, empty...
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 not...
Also, I just noticed a scary sentence in 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 may have to perform...
OK, I'll try to sum up what you said together with what I see in the tess4j code. `doOCR`, depending on the selected output format, uses the API calls `TessBaseAPIGet[...]Text`...
With a lot of help from AI I was able to setup a simple C++ project to test the API directly. Turns out that `GetUTF8Text` recognizes my example perfectly! So...