Re: [tesseract-ocr] Help for training tesseract to recognize a new (dead) language

2018-06-01 Thread shree
Please see https://github.com/Shreeshrii/tessdata_coptic for the traineddata files. On Friday, June 1, 2018 at 10:45:11 PM UTC+5:30, Ramast wrote: > > Impressive! I thought we would need to do a lot of work in order to reach > that stage. > > > ⲁⲩⲱ ⲟⲛ ⲁⲓ̈ⲧⲣⲉⲩ ⲣ̄ ⲥⲟⲟⲩ ⲛ̄ ⲉⲃⲟⲧ ⲉⲩⲕⲏⲧ ⲉ ϩⲃⲟⲩⲣ >

Re: [tesseract-ocr] Help for training tesseract to recognize a new (dead) language

2018-06-01 Thread Ramast
I am so sorry for late reply, I send it yesterday but for some reasons it's still in my draft folder. Here is the original email. Impressive! I thought we would need to do a lot of work in order to reach that stage. ⲁⲩⲱ ⲟⲛ ⲁⲓ̈ⲧⲣⲉⲩ ⲣ̄ ⲥⲟⲟⲩ ⲛ̄ ⲉⲃⲟⲧ ⲉⲩⲕⲏⲧ ⲉ ϩⲃⲟⲩⲣ ⲉⲩⲉⲓⲣⲉ ⲛ̄ ⲛⲉ ϩⲃⲏⲩⲉ ⲛ̄

Re: [tesseract-ocr] Help for training tesseract to recognize a new (dead) language

2018-06-01 Thread Ramast Magdy
Impressive! I thought we would need to do a lot of work in order to reach that stage. ⲁⲩⲱ ⲟⲛ ⲁⲓ̈ⲧⲣⲉⲩ ⲣ̄ ⲥⲟⲟⲩ ⲛ̄ ⲉⲃⲟⲧ ⲉⲩⲕⲏⲧ ⲉ ϩⲃⲟⲩⲣ ⲉⲩⲉⲓⲣⲉ ⲛ̄ ⲛⲉ ϩⲃⲏⲩⲉ ⲛ̄ ⲛⲉⲩⲁⲡⲟⲧⲉⲗⲉⲥⲙⲁ ⲙⲛ̄ ⲛⲉⲩ– ⲥⲭⲏⲙⲁ ⲧⲏⲣⲟⲩ· ϫⲉ ⲕⲁⲥ ϩⲛ̄ ⲟⲩ ϩⲃⲁ ⲉⲩⲉⲣ̄ ϩⲃⲁ· ⲁⲩⲱ ϩⲛ̄ ⲟⲩ

[tesseract-ocr] programmatically set writing direction and text line order and orientatin in C++

2018-06-01 Thread fzhang556
I'm trying to write a C++ program using tesseract 4 (beta) to OCR traditional Chinese texts in images. These texts are often written right to left and top to bottom.I read and printed out the page orientation, writing direction and text line order parameters from tesseract detected results.

Re: [tesseract-ocr] Not able install tesseract ocr on ubuntu 17.04

2018-06-01 Thread Александр Поздняков
tesseract 4.00 beta *Instructions* *1. Open a terminal and install apt-transport-https* sudo apt-get install apt-transport-https *2. Open /etc/apt/sources.list* Add this line: deb https://notesalexp.org/tesseract-ocr/zesty/ zesty main Replace repository: deb

Re: [tesseract-ocr] lstmeval gives a perfect result but tesseract fails

2018-06-01 Thread ShreeDevi Kumar
>From what I understand from the documentation provided by Ray Smith regarding LSTM training, the models have been trained on hundreds of thousands of lines and hundreds of fonts. The network spec used for training from scratch will therefore be optimized for such large models. You seem to have

Re: [tesseract-ocr] Not able install tesseract ocr on ubuntu 17.04

2018-06-01 Thread ShreeDevi Kumar
Please see the email from Alex and follow instructions in that. On Fri 1 Jun, 2018, 10:08 AM RT-Rakesh, wrote: > > Hi ShreeDevi, > > Thanks for your response. > > I am still getting this error when trying with the command that you shared. > Please assist me how to go about here. > > Thank you