[tesseract-ocr] Re: Is there any way to process multiple lines asynchronously?

2021-04-05 Thread Charles Cho
Hi, Do you mean you want to process multi lines at once based on tesseract? It's interesting. I think tesseract supports multithread environment. But I can't make sure it means tesseract supports multi line process. It may be different meaning. Anyone knows about this? Best, Charles. On

Re: [tesseract-ocr] Detecting language automatically

2021-03-25 Thread Charles Cho
want to detects several languages once from an image. Thanks. Best, Charles. On Friday, March 26, 2021 at 2:33:26 AM UTC+8 Merlijn Wajer wrote: > Hi, > > On 25/03/2021 19:04, Charles Cho wrote: > > Hi. > > > > Thank you very much for your kind help, shree. > &

Re: [tesseract-ocr] Detecting language automatically

2021-03-25 Thread Charles Cho
se OSD engine mode >> in Android. >> I set 'osd' as language option string and used osd.traindata and set >> 'OEM_OSD_ONLY' as engine mode. >> But it doesn't work. >> >> Hope anyone can help you to use OSD engine mode in Android. >> >> Thank you. >&

Re: [tesseract-ocr] Detecting language automatically

2021-03-25 Thread Charles Cho
option string and used osd.traindata and set 'OEM_OSD_ONLY' as engine mode. But it doesn't work. Hope anyone can help you to use OSD engine mode in Android. Thank you. Best, Charles. On Monday, March 22, 2021 at 10:28:38 AM UTC+8 Charles Cho wrote: > Hi, Merlijn. > > Thanks for

Re: [tesseract-ocr] Detecting language automatically

2021-03-21 Thread Charles Cho
Wajer wrote: > Hi, > > On 19/03/2021 10:11, Charles Cho wrote: > > Hello, > > I'm working on a ocr android app based on tesseract. > > I want to add feature that detects language automatically and recognize > > at least 2 languages at once. > > I have inv

[tesseract-ocr] Detecting language automatically

2021-03-19 Thread Charles Cho
Hello, I'm working on a ocr android app based on tesseract. I want to add feature that detects language automatically and recognize at least 2 languages at once. I have investigated on that for a while so I know that I have to specify language for tesseract. Then how can I implement auto