Mike Weinberg

Results 4 comments of Mike Weinberg

I experienced this problem with ocrmypdf 14.0.1 when I decided to test performance between tesseract 5 and 4 by redoing a previously-performed "4" pdf as "5".

I'm experiencing this same issue attempting to use a smart card with several different drivers, including ActivClient. I'm using Windows 11 and Microsoft's OpenJDK 17 with ZAP 2.14.0 From my...

@thc202 If I don't add the `--add-exports` arg, I get the same problem reported by original poster, including an exception on the same line numbers. ``` 2024-04-04 15:15:25,109 [AWT-EventQueue-0] ERROR...

Workaround: Install pipx and python 3.12. I did this on my Mac with homebrew: `brew install [email protected] pipx` Then use pipx to install marker using the python 3.12 binary: `pipx...