TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An OpenCV-based document scanner in Python

118 点作者 vipul20将近 9 年前

9 条评论

rawnlq将近 9 年前
Similar: <a href="http:&#x2F;&#x2F;www.pyimagesearch.com&#x2F;2014&#x2F;09&#x2F;01&#x2F;build-kick-ass-mobile-document-scanner-just-5-minutes&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pyimagesearch.com&#x2F;2014&#x2F;09&#x2F;01&#x2F;build-kick-ass-mobil...</a>
评论 #12104230 未加载
评论 #12105729 未加载
评论 #12105167 未加载
sforzando将近 9 年前
I really enjoyed your step-by-step explanation of the pipeline: <a href="http:&#x2F;&#x2F;vipulsharma20.blogspot.in&#x2F;2016&#x2F;01&#x2F;document-scanner-using-python-opencv.html" rel="nofollow">http:&#x2F;&#x2F;vipulsharma20.blogspot.in&#x2F;2016&#x2F;01&#x2F;document-scanner-us...</a><p>Great job! Computer vision is a really exciting field, and there are many exciting things you can do with it.
rasz_pl将近 9 年前
&gt;Resolve issue regarding the use of scaled down image<p>run your pipeline on scaled down picture, reapply clipping and transform on full size one
tomcam将近 9 年前
What a resource! Just check out the link for a visual representation of what it does, which is to take a potato-quality, poorly-angled picture of a receipt and convert it to text, all in about 120 lines of very well documented code.
评论 #12104103 未加载
criddell将近 9 年前
One thing that Evernote has always done very well for me, is make scanned documents searchable. How much of a stretch would it be to take something like this, find the areas containing text, and do OCR?
jeena将近 9 年前
Very nice writeup, I did something simmilar but not as usefull <a href="https:&#x2F;&#x2F;jeena.net&#x2F;catdog" rel="nofollow">https:&#x2F;&#x2F;jeena.net&#x2F;catdog</a><p>&quot;The goal of this project was to give a computer a drawing of either a cat&#x27;s or a dog&#x27;s face and let it recognize with high probability whether a cat or a dog is shown.&quot;
Jack000将近 9 年前
is canny edge detection better than adaptivethreshold for pre-filtering the image? The AR tag implementations I&#x27;ve looked at all seem to use adaptivethreshold.
评论 #12104669 未加载
评论 #12118905 未加载
walkalone将近 9 年前
If document have handwriting on it, so how can get them after scanning document.
smcl将近 9 年前
Why is this flagged!?