Please find the error message i am seeing when executing the code. I have associated jul-to-slf4j-1.7.20.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at net.sourceforge.tess4j.Tesseract.<clinit>(Tesseract.java:76) at tess.TesseractExample.main(TesseractExample.java:11) Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more On Mon, Sep 24, 2018 at 2:47 PM Rakesh Kumar <[email protected]> wrote: > When i run the code i get the error, i have attached in the email. > Also would you mind giving the documentation to use? > > On Sun, Sep 23, 2018 at 11:52 PM 'Hieu Nguyen Minh' via tesseract-ocr < > [email protected]> wrote: > >> I found this https://github.com/nguyenq/tess4j >> >> On Saturday, September 22, 2018 at 8:55:28 PM UTC+7, Rakesh Kumar wrote: >>> >>> I have installed tesseract in my MAC and looking various online forums >>> on how to Convert Image into Text using Java code, most of the help i can >>> find is in windows but not in MAC OS. Posting my question here if i can get >>> any help? >>> >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "tesseract-ocr" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/tesseract-ocr. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/d8d1b450-dadc-4a48-8b01-4ed931632997%40googlegroups.com >> <https://groups.google.com/d/msgid/tesseract-ocr/d8d1b450-dadc-4a48-8b01-4ed931632997%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAMQGaaLnajFNqRJLYX6koFcnmG28Xxd2JdN-xB2Z8oZ-NhpxmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

