9

I am learning Japanese and installed the OS in Japanese to immerse myself in the language. Sometimes I want to copy messages from windows, menus and dialog boxes so that I can look them up on the dictionary, but I cant. I saw that there there many options for doing this in Windows. Are there any similar options available for Ubuntu?

1 Answers1

3

Make a screenshot and use OCR

  1. Install OCR software

    sudo apt-get install tesseract-ocr
    sudo apt-get install tesseract-ocr-jpn
    
  2. Install a GUI for tesseract

    sudo apt-get install gimagereader
    
  3. Make a screenshot of your desktop or of a part of your desktop

  4. Start gimagereader and start the recognizion

    enter image description here

  5. Copy the text into the right pane and translate

cl-netbox
  • 31,491
A.B.
  • 92,125