is not current version
Last Version 3.0.4-RELEASE

cn.easyproject:easyocr 3.0.3-RELEASE

Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easyocr
Version

Version

3.0.3-RELEASE
Type

Type

jar

Download easyocr 3.0.3-RELEASE


<!-- https://jarcasting.com/artifacts/cn.easyproject/easyocr/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easyocr</artifactId>
    <version>3.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easyocr/
implementation 'cn.easyproject:easyocr:3.0.3-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easyocr/
implementation ("cn.easyproject:easyocr:3.0.3-RELEASE")
'cn.easyproject:easyocr:jar:3.0.3-RELEASE'
<dependency org="cn.easyproject" name="easyocr" rev="3.0.3-RELEASE">
  <artifact name="easyocr" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easyocr', version='3.0.3-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easyocr" % "3.0.3-RELEASE"
[cn.easyproject/easyocr "3.0.3-RELEASE"]