Closed oraclebox closed 6 years ago
Thanks for your feedback. Now the problem fixed on Version 3.0.2.
where is jars?
Hey,
Due to some commercial reasons, EasyOCR is currently no longer free and must be paid for.
If you need, please pay for use.
Thanks.
System.getProperty("java.io.tmpdir") + UUID.randomUUID().toString()
Under linux environmet: Error if no root access /tmpuuid
Correct should be /tmp/uuid System.getProperty("java.io.tmpdir") + File.separator + UUID.randomUUID().toString()