Manas Marthi
Manas Marthi
Auto resolved on its own. Not sure why it failed in the first place. Thank you very much for the quick response.
Thank you. I will try and update
I created a word doc with valid text and converted it to pdf and then tiff using imagemagick and ran tesseract with training data fast. I was able to scan...
I will do more testing and update here
I used a work-around and achieved this behavior see LiveReloadConfig.java in this repo https://github.com/ibhatech/world-facts/tree/dev
made it public now
Looks like I found relevant info in "More Htmx Patterns" chapter. Still not clear if htmx can handle ctrl 2. need to try..
I tried latest graal 17. same error Is it possible to consider setting a minimum version requirement instead of exact version? java --version java 17.0.8 2023-07-18 LTS Java(TM) SE Runtime...
I tried to add an else case ```Java m = p.matcher("".equals(VENDOR_VERSION) ? VM_NAME : VENDOR_VERSION); if (m.find()) { YEAR = Integer.parseInt(m.group(1)); RELEASE = Integer.parseInt(m.group(2)); BUGFIX = Integer.parseInt(m.group(3)); } else {...
Read a bit in https://www.graalvm.org/latest/reference-manual/js/ScriptEngine/.. Seems like things changed. updating pom as per this page also did not help..