On 5 July 2015 at 12:43, Harsha Jayaweera <[email protected]> wrote: > I need to build tesseract without leptonica dependency for some work(to > porting using emscripten).
Leptonica provides all of the image handling for Tesseract, so step one for an emscripten/javascript port would be to port Leptonica. Step two would be to rewrite the data loading to something that makes sense for javascript, which is not a small task. If you just need OCR in javascript, gocr and ocrad have been ported; if you absolutely must use Tesseract, I'd suggest you try to find a version from the 2.0 series, which can be built without Leptonica, and has simpler data requirements. -- <Sefam> Are any of the mentors around? <jimregan> yes, they're the ones trolling you -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAHh9-xubOYB%2BdLB-cPfhK3N4XzU755APFU2AdPtcL524LcXRAw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

