[tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Hi Shree, I'm using tesseract 4.0 Alpha on Ubuntu 16.04.03 LTS But, you give me 2 scripts for tesseract 4.0 In the scripts, They are operated by Windows . I Think. So, I change my running enviornment of Tesseract 4.0. (Ubuntu -> Window 10) Depending on OS, tesseract (4.0) performance is differ

[tesseract-ocr] Re: Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Plus) could you give me some advice on running tesseract 4.0 on Window? such as using bash script. etc .. Thank You 2018년 3월 15일 목요일 오후 4시 13분 25초 UTC+9, 이경준 님의 말: > > Hi Shree, I'm using tesseract 4.0 Alpha on Ubuntu 16.04.03 LTS > > But, you give me 2 scripts for tesseract 4.0 > > In the scr

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread ShreeDevi Kumar
> tesseract 4.0 Alpha on Ubuntu 16.04.03 LTS Please use latest version beta.1 or build from source on github. > They are operated by Windows . I Think. No, they are not operated by windows. They run on 'bash under winodws' which provides Ubuntu 14.04. It can use fonts installed under windows.

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Thank you so much . 1) how to replace tesseract 4.00 alpha with tesseract 4.00 Beta ? Thank you 2018년 3월 15일 목요일 오후 4시 56분 59초 UTC+9, shree 님의 말: > > > tesseract 4.0 Alpha on Ubuntu 16.04.03 LTS > > Please use latest version beta.1 or build from source on github. > > > They are operated by Win

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
attached file is my training _text for finely tuninig, I use fonts train for fonts : Baekmuk Dotum , Baekmuk Gulim, Baekmuk Headline eval for fonts : Baekmuk Batang You can install Baekmuk Font $ apt-get install fonts-baekmuk And I don't know font that is giving me error so I explain my

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread ShreeDevi Kumar
> 1) how to replace tesseract 4.00 alpha with tesseract 4.00 Beta ? How did you install tesseract 4.00alpha? -- 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 t

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Hi First ppa setting Second sudo apt get remove Third sudo apt get installl tesseract ocr -- 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 tesseract-ocr+unsubscr

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
I think that Is it possible to install tesseract 4.0 beta like instaliing patch file Sorry ㅠㅠ -- 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 tesseract-ocr

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Totally / Completeley Tesseract 4.0 (alpha) to Delete way is $ sudo apt-get remove tesseract-ocr $ sudo apt auto remove Is it right? 2018년 3월 15일 목요일 오후 7시 8분 9초 UTC+9, 이경준 님의 말: > > I think that Is it possible to install tesseract 4.0 beta like instaliing > patch file > Sorry ㅠㅠ --

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread ShreeDevi Kumar
sudo apt-get purge packagename, or sudo apt-get remove --purge packagename will remove about *everything* regarding the package packagename, [...] Particularly useful when you want to 'start all over' with an application sudo apt-get autoremove ShreeDevi ___

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Thank u so much -- 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 tesseract-ocr+unsubscr...@googlegroups.com. To post to this group, send email to tesseract-ocr@g

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
Now Im installing ubuntu 18.04 for tesseract4.00 beta.1 Is it right? -- 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 tesseract-ocr+unsubscr...@googlegroups.com

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread ShreeDevi Kumar
No. You can use Alex's PPA and install for your version of Ubuntu. On Thu 15 Mar, 2018, 9:16 PM 이경준, wrote: > Now Im installing ubuntu 18.04 for tesseract4.00 beta.1 > > Is it right? > > -- > You received this message because you are subscribed to the Google Groups > "tesseract-ocr" group. >

Re: [tesseract-ocr] Depending on OS, tesseract (4.0) performance is different?

2018-03-15 Thread 이경준
I think that Yet, PPA for tesseract 4.00 B