diff --git a/README.md b/README.md index 6670aa1d..8091a6cc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Since Tesseract and Leptonica Windows binaries were built using Visual Studio 20 [Development with Tess4J in NetBeans, Eclipse, and Command-line](http://tess4j.sourceforge.net/tutorial/) +## Mac Users +For MacOS users, [there is a library](https://github.com/EasyG0ing1/FixTess4j4Mac) and [a Terminal program](https://github.com/EasyG0ing1/FixTess4j4Mac/releases/latest) available that will help you add the required C library into Tess4j, which will fix the no resource available error. + ## Contributors A big thanks to GitHub and all of Tess4J's contributors. diff --git a/pom.xml b/pom.xml index f1df18f4..1fda5077 100644 --- a/pom.xml +++ b/pom.xml @@ -1,247 +1,243 @@ - - - 4.0.0 - net.sourceforge.tess4j - tess4j - 5.6.1-SNAPSHOT - jar - - Tess4J - Tesseract for Java - http://tess4j.sourceforge.net - - # Tess4J - - ## Description: - - A Java JNA wrapper for Tesseract OCR API. - - Tess4J is released and distributed under the Apache License, v2.0. - - ## Features: - - The library provides optical character recognition (OCR) support for: - - TIFF, JPEG, GIF, PNG, and BMP image formats - Multi-page TIFF images - PDF document format - - - - org.sonatype.oss - oss-parent - 9 - - - - - Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - Tess4J - http://tess4j.sourceforge.net - - - - scm:svn:https://github.com/nguyenq/tess4j/trunk/ - scm:svn:https://github.com/nguyenq/tess4j/trunk/ - https://github.com/nguyenq/tess4j/trunk/ - - - - - Quan Nguyen - nguyenq@users.sf.net - - - O.J. Sousa Rodrigues - osoriojaques@gmail.com - +1 - - - - - - Dmitry Katsubo - dma_k@users.sf.net - - developer - contributor - - - - - - UTF-8 - Tess4J - http://tess4j.sourceforge.net/ - ${project.groupId}:${project.artifactId} - ${project.version} - Tess4J - - - - - nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.10.1 - - 1.8 - 1.8 - false - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M8 - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.4.1 - - false - - - https://docs.oracle.com/en/java/javase/12/docs/api/ - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.0 - - true - - - - org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - - **/logback.xml - - - true - true - true - true - - true - true - - - ${project.url} - - - - Build-Information - - ${java.version} - ${java.vendor} - ${os.name} - - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - nexus - https://oss.sonatype.org/ - - - - - - - - org.junit.jupiter - junit-jupiter-api - 5.9.2 - test - - - org.testng - testng - 7.7.1 - test - - - net.java.dev.jna - jna - 5.13.0 - - - com.github.jai-imageio - jai-imageio-core - 1.4.0 - - - org.apache.pdfbox - pdfbox - 2.0.27 - - - org.apache.pdfbox - pdfbox-tools - 2.0.27 - - - org.apache.pdfbox - jbig2-imageio - 3.0.4 - - - commons-io - commons-io - 2.11.0 - - - net.sourceforge.lept4j - lept4j - 1.18.0 - - - org.jboss - jboss-vfs - 3.2.17.Final - - - - ch.qos.logback - logback-classic - 1.3.5 - test - - - org.slf4j - slf4j-api - 2.0.6 - - - + + + 4.0.0 + net.sourceforge.tess4j + tess4j + 5.6.1-SNAPSHOT + jar + Tess4J - Tesseract for Java + http://tess4j.sourceforge.net + + # Tess4J + + ## Description: + + A Java JNA wrapper for Tesseract OCR API. + + Tess4J is released and distributed under the Apache License, v2.0. + + ## Features: + + The library provides optical character recognition (OCR) support for: + + TIFF, JPEG, GIF, PNG, and BMP image formats + Multi-page TIFF images + PDF document format + + + org.sonatype.oss + oss-parent + 9 + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + Tess4J + http://tess4j.sourceforge.net + + + scm:svn:https://github.com/nguyenq/tess4j/trunk/ + scm:svn:https://github.com/nguyenq/tess4j/trunk/ + https://github.com/nguyenq/tess4j/trunk/ + + + + Quan Nguyen + nguyenq@users.sf.net + + + O.J. Sousa Rodrigues + osoriojaques@gmail.com + +1 + + + + + Dmitry Katsubo + dma_k@users.sf.net + + developer + contributor + + + + + UTF-8 + Tess4J + http://tess4j.sourceforge.net/ + ${project.groupId}:${project.artifactId} + ${project.version} + Tess4J + 3.4.1 + 3.3.0 + 3.0.0-M8 + 3.3.0 + 1.6.13 + 3.10.1 + + + + nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin} + + 1.8 + 1.8 + false + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin} + + false + + + https://docs.oracle.com/en/java/javase/12/docs/api/ + + + + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin} + + true + + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin} + + + **/logback.xml + + + true + true + true + true + + true + true + + + ${project.url} + + + + Build-Information + + ${java.version} + ${java.vendor} + ${os.name} + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin} + true + + nexus + https://oss.sonatype.org/ + + + + + + + org.junit.jupiter + junit-jupiter-api + 5.9.2 + test + + + org.testng + testng + 7.7.1 + test + + + net.java.dev.jna + jna + 5.13.0 + + + com.github.jai-imageio + jai-imageio-core + 1.4.0 + + + org.apache.pdfbox + pdfbox + 2.0.27 + + + org.apache.pdfbox + pdfbox-tools + 2.0.27 + + + org.apache.pdfbox + jbig2-imageio + 3.0.4 + + + commons-io + commons-io + 2.11.0 + + + net.sourceforge.lept4j + lept4j + 1.18.0 + + + org.jboss + jboss-vfs + 3.2.17.Final + + + + ch.qos.logback + logback-classic + 1.3.5 + test + + + org.slf4j + slf4j-api + 2.0.6 + + + +