Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-26 Thread THintz
I use it with Charles Weld's .net wrapper. That wrapper expects the two libraries to be seperate DLLs. -- 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

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-26 Thread Egor Pugin
@THintz, Is it linked statically with all image libs? Why leptonica is not linked into dll too? On Sunday, March 26, 2017 at 7:02:41 AM UTC+3, shree wrote: > > Added link in wiki - > https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM > > @THintz, please fix your readme file, > >

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-25 Thread ShreeDevi Kumar
Added link in wiki - https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM @THintz, please fix your readme file, >cd \petri mkdir Win64 cd Win64 git clone https://github.com/tesseract-ocr/tesseract tesseract cd tesseract cppan (I assume this wasn't necessary, but I'm trying to avoid

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-25 Thread THintz
Win64 DLLs posted here: https://github.com/tdhintz/tesseract4win64 -- 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 tesseract-ocr+unsubscr...@googlegroups.com.

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread THintz
I transcribed the commands incorrectly. See update below. Apologies for all the updates. On Thursday, March 16, 2017 at 3:12:07 PM UTC-4, THintz wrote: > > Update... > > >> The reason the steps didn't work was because the -G option needs to be >> quoted. This is the correct procedure for

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread THintz
Update... > The reason the steps didn't work was because the -G option needs to be > quoted. This is the correct procedure for VS2017: > > cd \petri > mkdir Win32 > cd Win32 > git clone https://github.com/tesseract-ocr/tesseract tesseract > cd tesseract > cppan (I assume this wasn't

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread THintz
Here are the steps I followed cd \petri mkdir Win32 cd Win32 git clone https://github.com/tesseract-ocr/tesseract tesseract cd tesseract cppan (I assume this wasn't necessary, but I'm trying to avoid improvising) mkdir Win32 && cd Win32 cppan .. cmake .. -G Visual Studio 14 2015 Win64 edit

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread THintz
Thank you so much for the additional steps! When I ran the cppan --generate . step it told me there were no files. I followed steps precisely because I don't know the backstory. When I performed a cd .. before the generate step it first gave me errors updating the CMake files. Rerunning it

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread jm
You could also call cmake with cmake -DCMAKE_GENERATOR_PLATFORM=x64 .. jm On Thursday, March 16, 2017 at 4:53:13 AM UTC+1, shree wrote: > > Thanks for sharing how you made the x64 solution for Visual Studio. > > ShreeDevi > > भजन -

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread Egor Pugin
Configuring arch in VS is the wrong way. If you're building with cppan+cmake, run cmake as follows mkdir win64 && cd win64 cppan .. cmake .. -G Visual Studio 14 2015 Win64 If you're building with cppan, edit cppan.yml and uncomment this line #generator: Visual Studio 14 2015 Win64 ->

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread ShreeDevi Kumar
Egor (cc:ed) can provide guidance regarding cppan and cmake. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Mar 16, 2017 at 6:30 PM, THintz wrote: > I spoke too soon. Apparently I touched

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-16 Thread THintz
I spoke too soon. Apparently I touched the CMake text and that caused the next build to recreate the solution as Win32. I think I'm on the right track anyway. For each project under Solution Explorer in Visual Studio right click and select Properties. Then make x64 match Win32 Platform's

Re: [tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-15 Thread ShreeDevi Kumar
Thanks for sharing how you made the x64 solution for Visual Studio. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Wed, Mar 15, 2017 at 9:44 PM, THintz wrote: > I follow the github instructions

[tesseract-ocr] Re: tesseract4 x64 Windows dlls?

2017-03-15 Thread THintz
I follow the github instructions tesseract-ocr/tesseract/wiki/Compiling, then opened the resulting .sln file's Configuration Manager... and created an x64 clone of Win32 platform. Then opened every project an copied the Win32 platform settings to x64 platform while leaving the explicate x64