In my knowledge tesseract ocr requires lib file (.a ) of leptonica but my *emmake make *output for leptonica contains .o files. So when i build llvm for tesseract it does not recognizes the leptonica. So how can i build .a lib files with emscripten in oder to build tesseract-OCR. I'm using ubuntu.
On Wednesday, June 17, 2015 at 10:28:00 AM UTC+5:30, Harsha Jayaweera wrote: > > Thanks for the reply. Yeah it is true. I started to port it and i ported > leptonica first to LLVM byte code. and then did set *$LIBLEPT_HEADERSDIR* > environment variable to byte code output path. > > Then i ran emconfigure ./configure and then i got an error saying > "*configure: > error: leptonica library missing*". like i mentioned above i did set > environment variable to previously build header files. > > How can i solve this. > > > On Wednesday, June 17, 2015 at 2:29:23 AM UTC+5:30, Gro Zep wrote: >> >> I think it's just a little more harder than only porting headers files .. >> instead try to make suitable for the configure and make files.. >> >> Le lundi 15 juin 2015 11:58:02 UTC+2, Harsha Jayaweera a écrit : >> >>> I'm planing to port tesseract OCR to emscripten. >>> Will it be enough if i just port only their cpp header files. >>> Or anything i should be aware of. >>> What is the best way to start doing this. >>> >> -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
