Re: [tesseract-ocr] Re: To make traineddata file non-traineable

2021-02-24 Thread Shree Devi Kumar
Yes. Usage for compacting LSTM component to int: combine_tessdata -c traineddata_file On Wed, Feb 24, 2021 at 10:56 PM Jennil Thiyam wrote: > HI shree, so by running this command, the model will be in its > integer/fast version? > > On Wed, Feb 24, 2021 at 10:27 AM shree wrote: > >> You ca

Re: [tesseract-ocr] Re: To make traineddata file non-traineable

2021-02-24 Thread Jennil Thiyam
HI shree, so by running this command, the model will be in its integer/fast version? On Wed, Feb 24, 2021 at 10:27 AM shree wrote: > You can create an integer/fast version of traineddata which cannot be used > as START_MODEL for further training. > > `combine_tessdata -c myfile.traineddata` > >