[tesseract-ocr] how to static link tesseract dependencies?

2018-07-09 Thread blues
Hi All, I followed the instruction for Windows to build tesseract 3.05 with cppan + cmake. the output exe, dll dynamically links to many other dlls. (which downloaded by cppan) pvt.cppan.demo.danbloomberg.leptonica-1.74.4.dll - pvt.cppan.demo.tiff-4.0.9.dll - pvt.cppan.demo.png-1.6.34.dll - pvt

Re: [tesseract-ocr] how to static link tesseract dependencies?

2018-07-09 Thread Zdenko Podobny
I think I did it in the past: I wanted to have only leptonica and tesseract library. Try to build leptonica with static linking and than force tesseract build to use your leptonica build/installation... Zdenko po 9. 7. 2018 o 11:40 blues napĂ­sal(a): > Hi All, > > I followed the instruction fo