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] tesseract multiply .png files to singular .txt file

2017-03-16 Thread Greg Dunkel
For a large number of files, it is better to do it a chunk at a time, catch any errors , then concatenate the chunk. On Thu, Mar 16, 2017 at 11:52 AM, ShreeDevi Kumar wrote: > Gui front-end for tesseract such as Vietocr and gimagereader will also allow > for batch

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] tesseract multiply .png files to singular .txt file

2017-03-16 Thread ShreeDevi Kumar
Gui front-end for tesseract such as Vietocr and gimagereader will also allow for batch processing of multiple files. - excuse the brevity, sent from mobile On 16-Mar-2017 9:13 PM, "Lako" wrote: > Hi, > > Apologies for the beginner question, unfortunately I am fairly

Re: [tesseract-ocr] tesseract multiply .png files to singular .txt file

2017-03-16 Thread ShreeDevi Kumar
Please inform what environment you are running in, Linux, windows, etc. Basically, you need to to setup a loop which will process all .PNG files and concatenate the OCR results. - excuse the brevity, sent from mobile On 16-Mar-2017 9:13 PM, "Lako" wrote: > Hi, > >

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

[tesseract-ocr] tesseract multiply .png files to singular .txt file

2017-03-16 Thread Lako
Hi, Apologies for the beginner question, unfortunately I am fairly new to Tesseract, and also coding. I have a fairly huge amount of .png files (one line, upperCase code) and would preferably want to create a singular text file where they are seperated with a semicolon, or even a space to get

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] Compilation problem for tesseract 4.00.00

2017-03-16 Thread Zdenko Podobný
Try to ocr some image file. If it works than please povide output of ldd tesseract Zdenko On Thu, Mar 16, 2017 at 10:11 AM, Kazi Moinul Hossain wrote: > Tesseract installation source- https://github.com/tesseract- > ocr/tesseract.git > Leptonica installation souce-

Re: [tesseract-ocr] Compilation problem for tesseract 4.00.00

2017-03-16 Thread ShreeDevi Kumar
Please see https://github.com/tesseract-ocr/tesseract/issues/233 ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Mar 16, 2017 at 2:41 PM, Kazi Moinul Hossain wrote: > Tesseract

Re: [tesseract-ocr] Compilation problem for tesseract 4.00.00

2017-03-16 Thread Kazi Moinul Hossain
Tesseract installation source- https://github.com/tesseract-ocr/tesseract.git Leptonica installation souce- https://github.com/DanBloomberg/leptonica.git After typing tesseract -v, following information is being shown: *tesseract 4.00.00alpha-337-g7c27088 leptonica-1.74.1 libjpeg 8d

Re: [tesseract-ocr] Compilation problem for tesseract 4.00.00

2017-03-16 Thread ShreeDevi Kumar
You did not mention from where you installed leptonica and tesseract. what info do you see when you type tesseract -v ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Mar 16, 2017 at 2:21 PM, Kazi Moinul Hossain

Re: [tesseract-ocr] Compilation problem for tesseract 4.00.00

2017-03-16 Thread Kazi Moinul Hossain
Should i reinstall leptonica & tesseract ? On Wednesday, 15 March 2017 23:59:19 UTC+6, zdenop wrote: > > It seems that your (leptonica?) installation is corrupted. Your example > works for me (for 4.00 and 3.05): > > zdeno@level2:~/test> g++ sample.cpp -o sample -llept -ltesseract >