Re: [tesseract-ocr] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread Dan9er
The search shows that it's in ../api/.libs/libtesseract.so I don't know how to check or change my PATH environment variable. (I'm a UNIX n00b -.-) On Sunday, August 27, 2017 at 2:48:42 AM UTC-4, shree wrote: > > Do a search on libtesseract.so in your console.txt. > > See if the path where it

Re: [tesseract-ocr] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread ShreeDevi Kumar
Do a search on libtesseract.so in your console.txt. See if the path where it has been installed is available when you run tesseract. Otherwise add it to your PATh environment variable. ShreeDevi भजन - कीर्तन - आरती @

[tesseract-ocr] Re: [tesseract-ocr/tesseract] Tag a new version for LSTM 4.0 (#995)

2017-08-27 Thread Jeff Breidenbach
Alexander Pozdnyakov has done a really good job packing Tesseract in his Personal Package Archive (PPA). I think it is getting to be time for wider usage, so I'm working with him to promote these to official packages. First step is Debian Experimental. That's a good place to work out problems,

Re: [tesseract-ocr] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread Dan9er
PATH=/home/dan9er/bin:/home/dan9er/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin Ok, now how do I add libtesseract.so? On Sunday,

[tesseract-ocr] strange hack that improves OCR on numbers

2017-08-27 Thread simon mackenzie
I have columns like this 356 Smith 23123 Jones12 123 Jacks 19124 Barnes 10 Wordboxes are correctly identified for all names/numbers for some pages. However on other pages there are numerous missing boxes for columns of numbers especially the last

Re: [tesseract-ocr] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread ShreeDevi Kumar
Try sudo ldconfig -- type env to see your environment variables, including PATH -- 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] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread Dan9er
It worked!! Thank you! On Sunday, August 27, 2017 at 11:45:25 AM UTC-4, shree wrote: > > Did you do > > sudo ldconfig > > And try to run tesseract after that. > > On 27-Aug-2017 7:53 PM, "Dan9er" > wrote: > >> >>

Re: [tesseract-ocr] error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory

2017-08-27 Thread ShreeDevi Kumar
Did you do sudo ldconfig And try to run tesseract after that. On 27-Aug-2017 7:53 PM, "Dan9er" wrote: > PATH=/home/dan9er/bin:/home/dan9er/.local/bin:/usr/local/ > sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ >

[tesseract-ocr] Spanish text better processed in eng than in spa

2017-08-27 Thread valentin . depablo
So... after following the instructions from quality improvement: https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality I found what I think is a nice picture, I attach you tessinput.tif file I received as output. When I ran tesseract 4.0.0 on the image I found that actually the eng

[tesseract-ocr] Re: Whitelisting characters to get characters from a particular set does not work

2017-08-27 Thread Subhodeep Maji
No Jim, I have not found any solution for this. Please post here if you find it. On Saturday, August 26, 2017 at 1:12:57 PM UTC+5:30, Jim Kerak wrote: > > @Subhodeep - have you found a solution since posting this? > > On Thursday, March 2, 2017 at 6:51:13 AM UTC-5, Subhodeep Maji wrote: >> >>