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

Home Page:http://www.easyproject.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为什么tesserac要指定文件目录

RaisuFire opened this issue · comments

commented

public String discern(String fromImage) { String toFile = System.getProperty("java.io.tmpdir") + File.separator + UUID.randomUUID().toString(); return this.discernToFileAndGet(fromImage, toFile, true); }

不能自己指定?