3

According to How can instantaneously extract text from a screen area using OCR tools? and system responses I use

sh screen_ts.sh 
, the content of which is
#!/bin/bash
scrot -s zkoSCR_IMG.png
tesseract zkoSCR_IMG.png zkoSCR
cat zkoSCR.txt|xclip -i -selection clipboard
. The Terminal responses
Tesseract Open Source OCR Engine v3.02 with Leptonica
, but the text is recognized with too many errors, even in the Terminal window itself. The ABBYY Screenshot Reader in Windows XP is far better. Can I achieve such better results in the Ubuntu? How? Thanks.
Tomáš Pečený
  • 1,507
  • 7
  • 19
  • 46

0 Answers0