You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add OSGI bundle support und deploy on maven central, here a request from Suvidh via the tesseract-ocr forum.
Hi
I am adding the below pom dependency to my project to download the ‘tess4j’ jar files.
It successfully download the jar files from the central repository and adds it to my class path. But it is not OSGI bundled jar it is a normal jar file.
To use this jar in my project it has to be OSGI bundled.
net.sourceforge.tess4j
tess4j
1.3.0
Can I have the OSGI bundled Jar file.
Thanks
Suvidh
The text was updated successfully, but these errors were encountered:
@4F2E4A2E what we have to do to support Tess4J library in OsGi bundle ?? Actually, I'm working on this issue from last week, and I 'm facing this lots of dependencies issues in karaf.. actually, I'm using server as Apache karaf, and the surprise thing is if I try to install the Tess4J package in karaf then it installs bundle successfully, and same way when I put the dependency in pom file as well as karaf feature file, it will not allow me to install that same tess4J bundle..and shows lots of dependency errors..please help me to solve this issue.
We should add OSGI bundle support und deploy on maven central, here a request from Suvidh via the tesseract-ocr forum.
The text was updated successfully, but these errors were encountered: