[tesseract-ocr] Re: Need a Hand to Prepare Number Plate Recognition System for Bengali Character

2017-03-17 Thread Muhammad Akter Uddin Rony
I'm interested. On Monday, March 13, 2017 at 7:00:16 PM UTC+6, Sami Huq wrote: > > Hi, > Need a Hand to Prepare a Number Plate Recognition System based on Bengali > Character. Is Some One Interested? > > Big Thanks, > Sami > -- You received this message because you are subscribed to the

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

2017-03-17 Thread ShreeDevi Kumar
sudo apt-get remove libleptonica-dev libleptonica ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Mar 17, 2017 at 7:09 PM, ShreeDevi Kumar wrote: > try > > sudo apt-get remove

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

2017-03-17 Thread ShreeDevi Kumar
try sudo apt-get remove libleptonica-dev ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Mar 17, 2017 at 6:06 PM, Kazi Moinul Hossain wrote: > how can i uninstall old leptonica fully? I

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

2017-03-17 Thread Kazi Moinul Hossain
how can i uninstall old leptonica fully? I am attempting with "sudo apt-get autoremove leptonica" and it is showing "unable to locate package" On Friday, 17 March 2017 17:56:13 UTC+6, shree wrote: > > I use the following batch files in the folders where I have cloned > tesseract and leptonica.

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

2017-03-17 Thread Kazi Moinul Hossain
I am reinstalling leptonica and tesseract and I will let inform afterwards. On Friday, 17 March 2017 18:03:25 UTC+6, shree wrote: > > Also you have not responded to zdenko's suggestion to provide output of > > ldd tesseract > > or > > ldd /usr/local/bin/tesseract > > > (use the location of

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

2017-03-17 Thread ShreeDevi Kumar
​>Is there anything more you did in the "src" and "prog" directory under leptonica folder like "make allheaders", "make xtractprotos"? No.​ -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving

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

2017-03-17 Thread Kazi Moinul Hossain
Thanks a lot shree! Is there anything more you did in the "src" and "prog" directory under leptonica folder like "make allheaders", "make xtractprotos"? On Friday, 17 March 2017 17:56:13 UTC+6, shree wrote: > > I use the following batch files in the folders where I have cloned > tesseract and

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

2017-03-17 Thread ShreeDevi Kumar
Also you have not responded to zdenko's suggestion to provide output of ldd tesseract or ldd /usr/local/bin/tesseract (use the location of tesseract, which you can find by which tesseract) -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.

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

2017-03-17 Thread ShreeDevi Kumar
Your problem could be that you have some old version of leptonica installed on your system. Uninstall and remove all old versions and then try. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Mar 17, 2017 at 5:25

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

2017-03-17 Thread ShreeDevi Kumar
I use the following batch files in the folders where I have cloned tesseract and leptonica. 1. leptonica #!/bin/bash git pull origin ./autobuild #./configure --disable-dependency-tracking ./configure make sudo make install sudo ldconfig cd prog make cd .. 2. tesseract #!/bin/bash ./autogen.sh

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

2017-03-17 Thread Zdenko Podobný
Do you understand what you did with this commnads? Zdenko On Fri, Mar 17, 2017 at 11:37 AM, Kazi Moinul Hossain wrote: > While i am trying to ocr any image file by "tesseract image.tif image -l > eng", i am encountered with another exception like "illegal >

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

2017-03-17 Thread Kazi Moinul Hossain
Can anyone please help me to figure out if there is any error in my installation commands and what will be the solution? On Thursday, 16 March 2017 15:33:33 UTC+6, zdenop wrote: > > Try to ocr some image file. If it works than please povide output of > ldd tesseract > > > Zdenko > > On Thu, Mar

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

2017-03-17 Thread Kazi Moinul Hossain
While i am trying to ocr any image file by "tesseract image.tif image -l eng", i am encountered with another exception like "illegal instruction(core dumped)" I don't understand where actually is the problem. For your better understanding, i am providing here with the installation commands

Re: [tesseract-ocr] Recognition of trademark symbol

2017-03-17 Thread ShreeDevi Kumar
Please see https://github.com/tesseract-ocr/tesseract/issues/654#issuecomment-274574951 for more details about LSTM training. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Mon, Mar 13, 2017 at 8:35 PM, Martin

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

2017-03-17 Thread Lako
Many thanks for your reply I am running on a Mac! I will test the options listed below. Thank you again for helping me out on this issue! On Thursday, March 16, 2017 at 6:30:56 PM UTC+1, gdunkel wrote: > > For a large number of files, it is better to do it a chunk at a time, > catch any