- Jul 24, 2017
- 2,513
- 28,259
This is a tutorial aimed at people who would like a tool similar to Google Lens working on Windows with less hassle. It allows you to use a Windows shortcut to scan for any text on the screen and copy that to the clipboard. It's very useful for grabbing Japanese text that isn't translated and cant be highlighted such as pictures or menu items in games.
Grab it here:
You must be registered to see the links
The tool we are interested in here is Text Extractor. Here are the steps you can take to install the Japanese language. (Note, there are a variety of
You must be registered to see the links
)1. Have Powertoys installed.
2. Open Powershell in Administrator Mode. Search > "Powershell" > Run as Admin
3. Enter
Code:
Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Language.OCR*ja-JP' }
Then you can use Windows Key + Shift + T to use it like snipping tool. Right click to select the language. After you select some text it will be copied by your clipboard.
Last edited: