Tutorial Windows Supported OCR Tool - Microsoft PowerToys

5.00 star(s) 1 Vote

dazedanon

Engaged Member
Modder
Uploader
Donor
Jul 24, 2017
2,069
19,194
1686588047468.png

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:

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 )

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' }
4. Restart PowerToys and check the dropdown in Text Extractor.

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.

1686629039603.png
 
Last edited:

asnaz

Newbie
Feb 6, 2018
83
88
Waov it works like a charm... I tried lots of different OCR programs to hook complex text from mangas where the text in them is colored and written with weird font. So far the best one ı've found was shareX following with poricom and capture2text but this one is way more accurate than above all. Thanks for the share!
 
Last edited:
  • Like
Reactions: dazedanon
5.00 star(s) 1 Vote