Re: [tesseract-ocr] Unable to use tesseract api installed with a nuget pkg

2018-03-27 Thread ShreeDevi Kumar
I don't use visual studio. However I know that we support vs installation via cppan cmake. Please follow those directions. On Tue 27 Mar, 2018, 9:24 PM sonu sainju, wrote: > Hey Shree, Thanks for replying. No I didn't build using cppan and cmake. I > used vcpkg install command. Isn't vcpkg suppo

Re: [tesseract-ocr] Unable to use tesseract api installed with a nuget pkg

2018-03-27 Thread sonu sainju
Hey Shree, Thanks for replying. No I didn't build using cppan and cmake. I used vcpkg install command. Isn't vcpkg supposed to acquire and install everything? On Sunday, March 25, 2018 at 5:46:06 PM UTC-7, shree wrote: > > Did you build using cppan and cmake? > > On Mon 26 Mar, 2018, 1:50 AM son

Re: [tesseract-ocr] Unable to use tesseract api installed with a nuget pkg

2018-03-25 Thread ShreeDevi Kumar
Did you build using cppan and cmake? On Mon 26 Mar, 2018, 1:50 AM sonu sainju, wrote: > Hi, > > I followed instruction in > https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows > to > build tesseract and use it in

[tesseract-ocr] Unable to use tesseract api installed with a nuget pkg

2018-03-25 Thread sonu sainju
Hi, I followed instruction in https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows to build tesseract and use it in vs2015 project. After installing tesseract via vcpkg, I exported it as a nuget pkg and added it t