We are using Tesseract OCR (tessnet2 dll) for converting image to text which is working fine in Console Application. But, when we host the same in sharepoint, the application exits at ocr.init(). In few posts, it is mentioned that the tessdata folder should be under bin/debug. But, for sharepoint site, where I need to keep tessdata folder?
Thanks in Advance