1

I have recently installed gimage reader OCR. It is not obvious how to use it. I have not yet worked out how to get an editable text file. My aim is to get a libreoffice file to edit and save. Thanks in advance. The original text is standard English typescript.

TonyB
  • 19

3 Answers3

2

Usage

After you loaded an image, choose "Recognize all". In the example a screenshot of your post + ocr output:

enter image description here

(selectable/editable-) output appears on the right.

N.B.

gimageReader needs one or more tesseract languages to be installed. These languages are in the repos.

Jacob Vlijm
  • 83,767
  • Thanks for guidance. I've got it to work, but on my machine gimageReader is painfully slow. I take it that Tesseract is either an alternative or will speed things up. – TonyB Nov 05 '18 at 10:39
  • I've been all over the desktop, looking for 'terminal' into which I can paste a 'sudo' command. How do I find 'terminal' or 'command'? It's certainly not obvious. – TonyB Nov 05 '18 at 12:52
  • @TonyB Press Ctrl + Alt + T or start gnome-terminal (assuming you are on Gnome), but where do you need the terminal in the answer? – Jacob Vlijm Nov 05 '18 at 13:01
  • Jacob. I have downloaded a Tesseract file [though I cannot see it in Downloads], hoping to load the Tsseract OCR facility. It involved 'sudo' so I assumed it would need a command line. – TonyB Nov 05 '18 at 17:00
  • @TonyB install synaptic (GUI tool) (sudo apt install synaptic). then just search for tesseract, you will find a complete list of languages, just tick the ones you want to install and press "Apply". – Jacob Vlijm Nov 05 '18 at 17:03
  • sudo apt install synaptic prompts for sudo password. I don't remember ever setting one, but I can't find it. It does not respond to 'nul'. – TonyB Nov 05 '18 at 19:38