Skip to content

Commit 80fe40e

Browse files
Update PyTesseract.qmd
1 parent e4e988a commit 80fe40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Toolbox/Libraries/PyTesseract.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories:
2020

2121
## About this resource
2222

23-
[Pytesseract](https://pypi.org/project/pytesseract/) is a Python wrapper for [Google's Tesseract OCR engine](https://github.com/tesseract-ocr/tesseract), used for recognizing and extracting text from images. It works on a wide range of image types (e.g., JPEG, PNG, TIFF) and supports over 100 languages, including Chinese, Arabic, and Devanagari.
23+
[Pytesseract](https://pypi.org/project/pytesseract/) is a Python wrapper for [Google's Tesseract Optical Character Recognition (OCR) engine](https://github.com/tesseract-ocr/tesseract), used for recognizing and extracting text from images. It works on a wide range of image types (e.g., JPEG, PNG, TIFF) and supports over 100 languages, including Chinese, Arabic, and Devanagari.
2424

2525
Tesseract uses a character-level LSTM model and runs entirely on CPU, making it easy to deploy in low-resource environments. While it's not state-of-the-art for complex layout or scene text, it's fast, scriptable, and widely supported — ideal for lightweight OCR use cases.
2626

0 commit comments

Comments
 (0)