Re: [tesseract-ocr] Re: Tesseract.js and traineddata language.

2019-09-03 Thread Timothy Snyder
https://github.com/naptha/tesseract.js/blob/master/docs/faq.md On Tue, Sep 3, 2019 at 4:28 PM Timothy Snyder wrote: > 10 seconds of investigation yielded an FAQ page from the repo explaining > how tesseract.js maintains .traineddata files. > > > On Tue, Sep 3, 2019 at 4:21 PM Clint William Thero

Re: [tesseract-ocr] Re: Tesseract.js and traineddata language.

2019-09-03 Thread Timothy Snyder
10 seconds of investigation yielded an FAQ page from the repo explaining how tesseract.js maintains .traineddata files. On Tue, Sep 3, 2019 at 4:21 PM Clint William Theron < theronclintwill...@gmail.com> wrote: > just give me clue! > > On Monday, September 2, 2019 at 11:07:20 PM UTC+2, Clint Wil

[tesseract-ocr] Re: Tesseract.js and traineddata language.

2019-09-03 Thread Clint William Theron
just give me clue! On Monday, September 2, 2019 at 11:07:20 PM UTC+2, Clint William Theron wrote: > > Correction: > > Hey. I started a Gitpod and build a tesseract.js app on a node.js server > using this tutorial . > I now want to use my own c

[tesseract-ocr] Re: Error: Deserialize header failed while fine-tuning Tesseract

2019-09-03 Thread Pranav Budhwant
@Shree, thanks for the help! Actually there were two things wrong with what I was doing, I had forgotten to add a TAB at the end to mark the end of line, also I generated the box files in ubuntu and it works now! On Friday, August 30, 2019 at 7:18:28 PM UTC+5:30, Pranav Budhwant wrote: > > > *T

[tesseract-ocr] Re: Error: Deserialize header failed while fine-tuning Tesseract

2019-09-03 Thread shree
Your box files shows Windows CRLF rather than Unix LF. Try opening in notepad++ and check. On Tuesday, September 3, 2019 at 5:10:28 PM UTC+5:30, Pranav Budhwant wrote: > > I tried the same with Tesseract 4.1, and I generated all the files on > Ubuntu instead of creating them on Windows and then

Re: [tesseract-ocr] Re: Error: Deserialize header failed while fine-tuning Tesseract

2019-09-03 Thread Shree Devi Kumar
Test with 5-10 files to figure out correct process. Probably files are not in the correct location or format. On Tue, 3 Sep 2019, 17:10 Pranav Budhwant, wrote: > I tried the same with Tesseract 4.1, and I generated all the files on > Ubuntu instead of creating them on Windows and then converting

[tesseract-ocr] Re: Error: Deserialize header failed while fine-tuning Tesseract

2019-09-03 Thread Pranav Budhwant
I tried the same with Tesseract 4.1, and I generated all the files on Ubuntu instead of creating them on Windows and then converting to Unix formats. It still gives the same error. Please can anyone help me out here? I don't know what I'm doing wrong. On Friday, August 30, 2019 at 7:18:28 PM UT