[tesseract-ocr] Box Editor for Tesseract 4.0

2018-09-10 Thread rasaizadeh
Hi and Thanks , I want to know about is there any tool or solution for editing box files for Tesseract 4.0. -- 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 te

Re: [tesseract-ocr] Re: Fine tuning existing model

2018-09-10 Thread Lorenzo Bolzani
Il giorno lun 10 set 2018 alle ore 15:38 Raniem ha scritto: > I am actually doing that not to limit the number of output chars, I am > doing it cause I thought this way I am only tuning the final layer as I > wanted to keep the weights for other layers. > I was trying to experiment whether this i

Re: [tesseract-ocr] Re: Fine tuning existing model

2018-09-10 Thread Raniem
you were right regarding the different models type. Thanks :) On Monday, September 10, 2018 at 2:38:38 PM UTC+1, Raniem wrote: > > I think there is no need to change the network definition appending layers >> with a limited number of output chars. The line you replaced already takes >> care of t

Re: [tesseract-ocr] Re: Fine tuning existing model

2018-09-10 Thread Raniem
> > I think there is no need to change the network definition appending layers > with a limited number of output chars. The line you replaced already takes > care of this with: > I am actually doing that not to limit the number of output chars, I am doing it cause I thought this way I am only

Re: [tesseract-ocr] Re: Fine tuning existing model

2018-09-10 Thread Lorenzo Bolzani
I think there is no need to change the network definition appending layers with a limited number of output chars. The line you replaced already takes care of this with: --net_spec "[1,36,0,1 Ct3,3,16 Mp3,3 Lfys48 Lfx96 Lrx96 Lfx256 O1c*`head -n1 data/unicharset`*]" I had this error when I was mi

[tesseract-ocr] Re: Fine tuning existing model

2018-09-10 Thread Raniem
Thanks Lorenzo. Your method makes all the magic I needed. One other question please, I am attempting to fine tune only the last layer, so I have replaced the --net_spec "[1,36,0,1 Ct3,3,16 Mp3,3 Lfys48 Lfx96 Lrx96 Lfx256 O1c`head -n1 data/unicharset`]" \ int the lstmtraining command with:

Re: [tesseract-ocr] Making custom traineddata

2018-09-10 Thread kaminski . robert . it
Thank you Shreeshrii for reply! Manual customization of theese files might be kinda annoying. If i will need to experiment with the dawg files and I'll achieve something I'll surely let you know if there is any difference. Again thank you for your help and time :) > -- You received this me