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

[tesseract-ocr] Re: Issue With Page Segment Mode

2019-08-07 Thread 'Carsten Giesen' via tesseract-ocr
Hello, I run exact in the same error. I didn't found a solution until now. Did you found something or have a idea? cu Carsten Am Montag, 25. März 2019 12:59:54 UTC+1 schrieb Shobhit Kapil: > > Hi Team, > > I am using Tesseract 4.0.0.0 version in c#. > > In which i am using the below code >

[tesseract-ocr] Re: Using my own detection instead of tesseract's

2019-08-07 Thread 'Nima Afshar' via tesseract-ocr
By detection i mean text detection,by the way your right i should've been more specific thanks for advice tom. Nima On Tuesday, August 6, 2019 at 7:20:12 AM UTC+4:30, Tom Morris wrote: > > On Monday, August 5, 2019 at 7:02:46 AM UTC-4, Nima Afshar wrote: >> >> so i want to use my own detection

Re: [tesseract-ocr] Problems with training tesseract

2019-08-07 Thread Cristobal Jesus Muñoz Solano
hello, I have already tried mrz.trainneddata yes quite good, but it is not accurate. How can I do it to improve it? Is it possible to use box / png files to improve its accuracy ?. El viernes, 2 de agosto de 2019, 12:07:34 (UTC-4), shree escribió: > > Have you tried > >-

Re: [tesseract-ocr] Trained data for E13B font

2019-08-07 Thread 'Mamadou' via tesseract-ocr
On Wednesday, August 7, 2019 at 2:36:52 AM UTC+2, ElGato ElMago wrote: > > HI, > > I'm thinking of sharing it of course. What is the best way to do it? > After all this, the contribution part of mine is only how I prepared the > training text. Even that is consist of Shree's text and mine.

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

2019-08-07 Thread René Hansen
Agreed. Maybe the real solution after all, is to drop the usage of glob, and go for a portable solution? This is how I got around it initially. Not the best code though: https://github.com/tesseract-ocr/tesseract/compare/4.1.0...rhardih:4.1.0-rhardih On Wed, 7 Aug 2019 at 10:56, 'Stefan Weil'

[tesseract-ocr] Can I add new trainedata in the repository, for my language. like officially

2019-08-07 Thread Jennil Thiyam
Is it possible to add new traineddata in the repository, so that everyone who knows the language can use it -- 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] Can I add new trainedata in the repository, for my language. like officially

2019-08-07 Thread Shree Devi Kumar
Yes. Community contributions are welcome and are kept in https://github.com/tesseract-ocr/tessdata_contrib Please create a PR with the traineddata file and an information file similar to https://github.com/tesseract-ocr/tessdata_contrib/blob/master/khmLimon.md On Wed, Aug 7, 2019 at 3:43 PM

Re: [tesseract-ocr] Problems with training tesseract

2019-08-07 Thread 'Bossiel' via tesseract-ocr
Sent from my iPhone > On Aug 7, 2019, at 22:08, Cristobal Jesus Muñoz Solano > wrote: > > this image return > L2007190588S37\n77F1912157PER22344783 but in https://www.doubango.org/webapps/mrz/ work good. i dont know why :( This is what I explained in my previous post. The issue

Re: [tesseract-ocr] Problems with training tesseract

2019-08-07 Thread Cristobal Jesus Muñoz Solano
I can already generate the .box files using listbox from png images but I don't understand what follows. How can I use them to improve the best model eng.trainneddata? El miércoles, 7 de agosto de 2019, 10:40:40 (UTC-4), Mamadou escribió: > > > > On Wednesday, August 7, 2019 at 4:10:44 PM

Re: [tesseract-ocr] Problems with training tesseract

2019-08-07 Thread Cristobal Jesus Muñoz Solano
this image return L2007190588S37\n77F1912157PER22344783https://www.doubango.org/webapps/mrz/ work good. i dont know why :( -- You received this message because

Re: [tesseract-ocr] Problems with training tesseract

2019-08-07 Thread 'Bossiel' via tesseract-ocr
Also, check the training data to see the number of white spaces at the beginning and ending of the lines. Try adding same number of spaces before passing it to Tesseract Sent from my iPhone > On Aug 7, 2019, at 22:08, Cristobal Jesus Muñoz Solano > wrote: > > this image return >

Re: [tesseract-ocr] Trained data for E13B font

2019-08-07 Thread ElGato ElMago
OK, I'll do so. I need to reorganize naming and so on a little bit. Will be out there soon. 2019年8月7日水曜日 21時11分01秒 UTC+9 Mamadou: > > > > On Wednesday, August 7, 2019 at 2:36:52 AM UTC+2, ElGato ElMago wrote: >> >> HI, >> >> I'm thinking of sharing it of course. What is the best way to do it?

[tesseract-ocr] java.lang.UnsatisfiedLinkError in tess4j

2019-08-07 Thread Srikanth
Hi, I am getting error on windows server 2016, 64bit. I have VC++ 2017 redistributable installed in my VM. My tessesract code is developed in spring boot app which works correctly in my PC. I copied the same project and tried to run on windows server 2016 virtual machine. I am getting below