On Sun, Oct 24, 2010 at 11:58 PM, Jimmy O'Regan <[email protected]> wrote:
> On 20 October 2010 23:15, Jimmy O'Regan <[email protected]> wrote: > > On 21 October 2010 06:29, Jeffrey Ratcliffe <[email protected]> > wrote: > >> Debian requires that each shared library have its own package. At the > >> moment, that would require the following extra packages: > > > > That doesn't sound right. I'll check into it at the mentor summit. > > I discussed this with Ray and he prefers having a single library, so > I'm going to make the multiple libraries a non-default option. This'll > surface in Tesseract 3.01, but I can certainly provide you with a > patch for 3.00 when I get a chance to write it up. > I would like to point to one issue related to this: naming. If my findings is correct this is current situation (please feel free to correct me): Name of tesseract 2.04 library on Windows: tessdll.dll (tessdll.lib) Name of tesseract 2.04 library for .Net on Windows: tessnet2_32.dll (tessnet2_64.dll) Name of tesseract (2.04?) library on Android: libocr.so (but maybe this is issue only of https://code.google.com/p/eyes-free, because I think I so somewhere libtess) Name of tesseract 3.01 library for .Net on Windows: tesseractengine3.dll Name of tesseract 3.01 library for python (created with SWIG) on Linux: _tesseract.so Name of tesseract 3.01 library on Linux (as mentioned by Jefferey): libtesseract_api.so.3.0.1, libtesseract_main.so.3.0.1, libtesseract_ccstruct.so.3.0.1, libtesseract_neural.so.3.0.1, libtesseract_ccutil.so.3.0.1, libtesseract_tessopt.so.3.0.1, libtesseract_classify.so.3.0.1, libtesseract_textord.so.3.0.1, libtesseract_cube.so.3.0.1, libtesseract_training.so.3.0.1, libtesseract_cutil.so.3.0.1, libtesseract_viewer.so.3.0.1, libtesseract_dict.so.3.0.1, libtesseract_wordrec.so.3.0.1, libtesseract_image.so.3.0.1 (libtesseract_api.a, libtesseract_main.a, libtesseract_ccstruct.a, libtesseract_neural.a, libtesseract_ccutil.a, libtesseract_pageseg.a, libtesseract_classify.a, libtesseract_tessopt.a, libtesseract_cube.a, libtesseract_textord.a, libtesseract_cutil.a, libtesseract_training.a, libtesseract_dict.a, libtesseract_viewer.a, libtesseract_full.a, libtesseract_wordrec.a, libtesseract_image.a) I believe it would be good if we can agreed on "naming standard". Zdenko -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.

