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).
- EasyOCR
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easyocr</artifactId>
<version>3.0.4-RELEASE</version>
</dependency>
- Plugin: EasyOCR-linkbold
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easyocr-linkbold-plugin</artifactId>
<version>3.0.3-RELEASE</version>
</dependency>