TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: tesserocr – A Python wrapper for the tesseract-ocr API

78 pointsby reubanoabout 9 years ago

5 comments

reubanoabout 9 years ago
This differs from other python wrappers like pytesseract [1] and pyocr [2] in that tesserocr binds the tesseract c-api. The others call out to the tesseract executable via `subprocess`.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;madmaze&#x2F;pytesseract" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;madmaze&#x2F;pytesseract</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;jflesch&#x2F;pyocr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jflesch&#x2F;pyocr</a>
评论 #11741824 未加载
ddmfalmost 9 years ago
Strangely enough started using pytesseract yesterday and realised it was subprocess only.<p>Thanks, will give this a try instead :)
评论 #11737849 未加载
评论 #11739509 未加载
unusximmortalisalmost 9 years ago
Isn&#x27;t the GIL the way not to go if you really want to be multithreaded and with good performance?
评论 #11748906 未加载
doppenhealmost 9 years ago
This is great. Did you tune the recognition models at all or is it straight tesseract plus the wrapper.
评论 #11737857 未加载
bataralmost 9 years ago
Could someone guide me to a step by step guide for installing it in windows ?
评论 #11740423 未加载