ianzhao05 / textshot

Python tool for grabbing text via screenshot
MIT License
1.72k stars 258 forks source link

Does this repo support Chinese? #61

Closed xkungxfu closed 1 year ago

xkungxfu commented 1 year ago

Does this repo support Chinese?

ianzhao05 commented 1 year ago

Sorry for the late response. Yes, Chinese is supported. You simply have to install the data for your desired language (see https://github.com/tesseract-ocr/tesseract/blob/main/doc/tesseract.1.asc#languages-and-scripts) and then pass in the language code as an argument to the script.