[tesseract-ocr] How to turn off dictionary during OCR?

2019-07-31 Thread Mox Betex
Can I turn off use of dictionary during OCR and how? -- 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. To view this

[tesseract-ocr] Re: Tesseract 4.1.0 released

2019-07-31 Thread Sergei Sokolov
Is there a docker container with 4.1.0 version available on docker hub? On Sunday, 7 July 2019 10:34:37 UTC-7, zdenop wrote: > > Hello all, > > I am proud to announce that tesseract OCR engine version 4.1.0 - the bug > fix release with new renders (API extension) Alto, LSTMBox, WordStrBox. >

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

2019-07-31 Thread Alex Cohn
On Wednesday, July 31, 2019 at 1:43:24 PM UTC+3, René Hansen wrote: > > Thanks Alex, I'll go and have a look. One would imagine that -D > BUILD_TRAINING_TOOLS=OFF should be enough. > Disabling build of training is not enough. You must explicitly exclude *fileio.cpp*, too, because it's not a

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

2019-07-31 Thread Alex Cohn
Hi René, thanks for your detailed post. Let me try to explain why I prefer to use NDK 'directly'. When we need some libraries (like *libtess*) as parts of our apps, we need the library integrated into the app. Often, the library comes with JNI layer and can be accessed (inderectly) from the

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

2019-07-31 Thread René Hansen
Thanks Alex, I'll go and have a look. One would imagine that -D BUILD_TRAINING_TOOLS=OFF should be enough. I know Docker is not everyones cup of tea, but in my case, I've just become so used to trying to avoid installing anything on my host system if possible.. One thing that got me down this

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

2019-07-31 Thread Alex Cohn
I don't build training, and I excluded fileio, following the path of Robyer ( https://github.com/adaptech-cz/Tesseract4Android/commit/7852e08fa51ae1461883e5cf1dc858d531bb21c2