Tesseract Ocr
Extract text from images using the Tesseract OCR engine directly via command line. Supports multiple languages including Chinese, English, and more. Use this...
Extract text from images using the Tesseract OCR engine directly via command line. Supports multiple languages including Chinese, English, and more. Use this...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Extract text content from images using the Tesseract engine directly via command line.
Install Tesseract OCR system package:
# Ubuntu/Debian: sudo apt-get install tesseract-ocr tesseract-ocr-chi-simmacOS:
brew install tesseract tesseract-lang
# Use default language (English) tesseract /path/to/image.png stdoutSpecify language (Chinese + English)
tesseract /path/to/image.png stdout -l chi_sim+eng
Save to file
tesseract /path/to/image.png output.txt -l chi_sim+eng
Multiple languages
tesseract /path/to/image.png stdout -l chi_sim+eng+jpn
| Language | Code |
|---|---|
| Simplified Chinese | chi_sim |
| Traditional Chinese | chi_tra |
| English | eng |
| Japanese | jpn |
| Korean | kor |
| Chinese + English | chi_sim+eng |
# OCR with Chinese support tesseract image.jpg stdout -l chi_simOCR with mixed Chinese and English
tesseract image.png stdout -l chi_sim+eng
Save to file instead of stdout
tesseract document.png result -l chi_sim+eng
Creates result.txt
No automatic installation available. Please visit the source repository for installation instructions.
View Installation InstructionsToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifac...
1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.