Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-31 Thread 'Stefan Weil' via tesseract-ocr
Kevin, how did you run the failing builds on macOS? I just tested building with `brew install tesseract --HEAD --with-training-tools` and had no problems. An automake based builds also works with MacPorts. No modifications were needed for Tesseract git master. -- You received this message

Re: [tesseract-ocr] Re: Standalone Self-contained Tesseract-OCR for Mac

2017-05-01 Thread 'Stefan Weil' via tesseract-ocr
I had a look on that shell script. The published version does not work because it tries to build Tesseract without building the dependencies (libjpeg, zlib, libpng, leptonica) first. This can be easily fixed in the first lines of the script. Now it builds those dependencies. It also starts

[tesseract-ocr] Re: Standalone Self-contained Tesseract-OCR for Mac

2017-05-01 Thread 'Stefan Weil' via tesseract-ocr
On Thursday, 24 March 2016 11:49:03 UTC+1, Peter Reid wrote: > > I have a standalone version of tesseract-ocr for Windows that can be run > from a folder located anywhere in the Windows filing system without having > to do an installation. For the Mac the user has to install > HomeBrew/MacPort

[tesseract-ocr] Re: install Tesseract on window

2017-10-12 Thread 'Stefan Weil' via tesseract-ocr
I just tried installing https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-4.0.0-alpha.20170804.exe on Windows 10 and did not have such problems. Maybe that depends on your Windows settings, or you got that installer tesseract-ocr-setup.exe from somewhere else. Stefan -- You

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-04 Thread 'Stefan Weil' via tesseract-ocr
As far as I see 4.0.0 is good. I have sent a pull request which backports the fix from 4.0.0 (a simplified variant of Paul's fix) to 3.05. Stefan -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop

[tesseract-ocr] Re: Tesstrain.sh fails when provided > 7 tif/box pairs

2019-01-23 Thread 'Stefan Weil' via tesseract-ocr
Thank you for reporting this issue. That was a bug in the training script. I fixed it now in latest Tesseract. See commit https://github.com/tesseract-ocr/tesseract/commit/ecf73f5bc7422f17ab68ad6daa08954324bd3ab5. -- You received this message because you are subscribed to the Google Groups

Re: [tesseract-ocr] Tesseract Multipage tiff to multipage pdf

2019-05-26 Thread 'Stefan Weil' via tesseract-ocr
AndrĂ¡s, I just made a new installer based on the latest Tesseract code. Maybe you want to try that. Regards, Stefan -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this

Re: [tesseract-ocr] unicharset_extractor error

2019-05-24 Thread 'Stefan Weil' via tesseract-ocr
Hi Anne, please try this command sequence and report the result: type tesseract type unicharset_extractor ls -l /usr/bin/tesseract ls -l /usr/bin/unicharset_extractor Regards Stefan -- You received this message because you are subscribed to the Google Groups "tesseract-ocr"

Re: [tesseract-ocr] unicharset_extractor error

2019-05-24 Thread 'Stefan Weil' via tesseract-ocr
On Friday, 24 May 2019 15:16:21 UTC+2, anne wrote: > > Hi Stefan, these are the results: > *type tesseract* > tesseract is hashed (/usr/bin/tesseract) > > *type unicharset_extractor* > unicharset_extractor is hashed (/usr/bin/unicharset_extractor) > > *ls -l /usr/bin/tesseract* > -rwxr-xr-x 1

Re: [tesseract-ocr] unicharset_extractor error

2019-05-24 Thread 'Stefan Weil' via tesseract-ocr
Thank you. Now try and report ldd /usr/bin/tesseract ldd /usr/bin/unicharset_extractor -- 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] unicharset_extractor error

2019-05-24 Thread 'Stefan Weil' via tesseract-ocr
Programs installed in /usr/bin typically should not get shared libraries from /usr/local/lib, so /usr/local/lib/libtesseract.so.4 looks bad. Please try ls /usr/local/lib/libtesseract.so.4 dpkg -S /usr/local/lib/libtesseract.so.4 I expect that the library has not the same timestamp as

Re: [tesseract-ocr] unicharset_extractor error

2019-05-24 Thread 'Stefan Weil' via tesseract-ocr
Anne, you have a /usr/local/bin/pytesseract which also installed /usr/local/lib/libtesseract.so.4. That conflicts with /usr/lib/x86_64-linux-gnu/libtesseract.so.4. Maybe it is sufficient to rename or remove /usr/local/lib/libtesseract.so.4. -- You received this message because you are

Re: [tesseract-ocr] Re: Tesseract 4.1.0 released

2019-08-07 Thread 'Stefan Weil' via tesseract-ocr
It's a pity that I did not see this discussion earlier. I understand that old Android now builds fine. On the other side, the Appveyor CI build for Windows was now broken, and unittest still no longer build. That's not a good result. :-( I therefore suggest to go back to my commit

Re: [tesseract-ocr] Different Outputs on creating my own traineddata

2019-11-17 Thread 'Stefan Weil' via tesseract-ocr
Could you please provide your traineddata file, too? Did you add special options when running Tesseract on Windows and Linux? If yes, I need those to reproduce the issue. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from

[tesseract-ocr] Tesseract Wiki is no longer supported

2020-02-06 Thread 'Stefan Weil' via tesseract-ocr
The Tesseract Wiki is no longer supported. See https://github.com/tesseract-ocr/tesseract/issues/2873 for the reason and the related discussion. All Wiki