I am using Tess4j API in creating an OCR system. But after I running he program it gives the following message in Apache Tomcat.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
I have inserted all the required jar files and dll files. But I don't get the text extracted from the provided image. Is this due to the above message? Please help me.Thank you in advance