Skip to content

Commit 35c363d

Browse files
Update PyTesseract.qmd
1 parent dc99ca5 commit 35c363d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Toolbox/Libraries/PyTesseract.qmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ boxes = pytesseract.image_to_boxes(Image.open("example.png"))
113113

114114
Replace `"example.png"` with your own image file containing text. Pytesseract supports both in-memory images and file paths.
115115

116+
## Questions?
117+
118+
Working on OCR for maps, handwritten notes, or multilingual scans? Curious whether Tesseract is the right fit for your pipeline? Post in the [Nexus Q&A](https://github.com/UW-Madison-DataScience/ML-X-Nexus/discussions/categories/q-a) to share examples or get advice.
116119

117120

118121
## See also
@@ -122,7 +125,3 @@ Replace `"example.png"` with your own image file containing text. Pytesseract su
122125
- [TrOCR](https://huggingface.co/microsoft/trocr-base-stage1) – Transformer-based OCR with multilingual support
123126
- [Donut](https://github.com/clovaai/donut) – OCR + document understanding via vision-language modeling
124127
- [EasyOCR](https://github.com/JaidedAI/EasyOCR) – Lightweight OCR tool with CNN + LSTM backends
125-
126-
## Questions?
127-
128-
Working on OCR for maps, handwritten notes, or multilingual scans? Curious whether Tesseract is the right fit for your pipeline? Post in the [Nexus Q&A](https://github.com/UW-Madison-DataScience/ML-X-Nexus/discussions/categories/q-a) to share examples or get advice.

0 commit comments

Comments
 (0)