ushelp / EasyOCR

Java OCR 识别组件(基于Tesseract OCR 引擎)。能自动完成图片清理、识别 CAPTCHA 验证码图片内容的一体化工作。Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).
http://www.easyproject.cn
608 stars 244 forks source link

Temp cannot access under Linux environment #1

Closed oraclebox closed 6 years ago

oraclebox commented 9 years ago

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()

ushelp commented 9 years ago

Thanks for your feedback. Now the problem fixed on Version 3.0.2.

yangyuhui commented 7 years ago

where is jars?

ushelp commented 7 years ago

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.

http://easyproject.cn