[tesseract-ocr] Use tesseract packet in emguCV to identification serial number on meter electric plate

2018-07-20 Thread Bau auto
hi everybody, i'm a new vision computer. And i developed software process image to identification serial number on meter electric plate. https://www.youtube.com/watch?v=5VgzlNfOrFo=youtu.be i used jTessboxEditor to training font library suitable for my case. this is video tutorial how to

[tesseract-ocr] How to use tess-two Tesseract library from native C++ code?

2018-07-20 Thread Alexander Belokon
Hi, I am building an application und plan using Tesseract in C++ with JNI (to keep it portable). Since tess-two uses the JNI and all libraries are compiled via the NDK, it should be possible to use the library in my C++ code - right? Since I see no C/C++ files in the JNI directory of the

Re: [tesseract-ocr] What is the purpose of trained data files present under tessdata/script folder

2018-07-20 Thread Vikas Goel
So, if I need to use trained data under script folder, then I need to copy them to tessdata folder or need to specify any specific language code for using these scripts data. On Friday, July 20, 2018 at 9:32:39 AM UTC+5:30, shree wrote: > > Files in tessdata are for a particular language eg.

Re: [tesseract-ocr] What is the purpose of trained data files present under tessdata/script folder

2018-07-20 Thread Vikas Goel
Thanks Chandra. But I think the comand you mentioned is the default command which will use trained data present under tessdata folder, not under tessdata/script folder On Friday, July 20, 2018 at 10:05:27 AM UTC+5:30, chandra churh chatterjee wrote: > > The traineddata files present under

Re: [tesseract-ocr] What is the purpose of trained data files present under tessdata/script folder

2018-07-20 Thread Vikas Goel
Thanks Shree On Friday, July 20, 2018 at 9:32:39 AM UTC+5:30, shree wrote: > > Files in tessdata are for a particular language eg. Hindi, Sanskrit, > Marathi, Nepali. > > Files in tessdata/script are for a particular script used for writing the > languages eg. Devanagari. > > Also note that

Re: [tesseract-ocr] How to train by tesseract 4.00

2018-07-20 Thread Lorenzo Bolzani
You have some problems with your path configuration, check the error message: Failed to read /home/tulip/Documents/Em/OCR/OCRtraining/ocrd-train/usr/ share/tessdata the path does not make sense. And also the command line: combine_tessdata -u

Re: [tesseract-ocr] How to train by tesseract 4.00

2018-07-20 Thread Shree Devi Kumar
Please ask at https://github.com/OCR-D/ocrd-train/issues for ocr-d related questions. On Fri, Jul 20, 2018 at 11:36 AM Emiliano Isaza Villamizar wrote: > Hi Shree, > > I've been trying to use this repo but I keep getting this error when I run > any target with OCR-D. > > On Sunday, June 3,

Re: [tesseract-ocr] How to train by tesseract 4.00

2018-07-20 Thread Emiliano Isaza Villamizar
Hi Shree, I've been trying to use this repo but I keep getting this error when I run any target with OCR-D. On Sunday, June 3, 2018 at 7:46:11 AM UTC-5, shree wrote: > > If you want to train using fonts, use tesstrain.sh. See the wiki pages > regarding training: > make training