Build your own Document Scanner(CamScanner) from scratch in Python

preview_player
Показать описание
I've always been fascinated by CamScanner (an app that is used to scan documents and also enhance their quality) so now we're going to learn how to build your very own Document Scanner in Python with just OpenCV!

I didn't build this from the top of my head, these are few excellent documentations and tutorials that I had referred :
4) Canny Edge Deetction

5)Contours Documentation :

and yea subscribe!
Рекомендации по теме
Комментарии
Автор

Bro you have my respect... jab bhi kisi indian ko programming tutoprial dete dekhta hu dil khush ho jata hai .. love u bhai

suyashvashishtha
Автор

Awesome, no nonsense and straight to the point. Excellent work.

oundhakar
Автор

This is awesome dude. Would love to see more tuts from you in the future 👍

HostDotPromo
Автор

what you have done is great job dude, I appreciate that

CristYaghjian
Автор

Aditya ...do yo take projects for development?

pankajt
Автор

Bahut achey bhai !! chamaktey raho ! :)

akashpb
Автор

Good tutorial, clear and concise. Thanks.

kooser
Автор

Is the camera module or webcam you used for the video

myprojects-dfol
Автор

Any chance we can run this natively on Android?

JibinPhiliposeDGameR
Автор

*Problem* : *ValueError: not enough values to unpack (expected 3, got 2)*
*Solution* :
Refer to this thread. Give a like over there if your problem solved.😉👍
if your using OpenCV version>=4.0.0 just use two parameters like " contours, hierarchy " not " image, contours, hierarchy "

snehitvaddi
Автор

The code doesn’t with other images.. only with the test image. Also, the final image wasted grayscaled; but that can be adjusted. Although this doesn’t work with every image.

ArjunKocher
Автор

hey, Aditya brilliant work is done. I just want to ask you after completing scanning if I want to extract that scanned data. how will extract that data ? have you made any video on that?

mayur
Автор

What does the Mapper.mapp() function? How can I implement it in C#? Please help!

marcelmuller
Автор

cv2, in the recent update has just been returning contours and hierarchy, as shown under:
contours, hierarchy = cv2.findContours(edged, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)

Alina-ervv
Автор

You're Awesome! Thank you much <3

mvanditha
Автор

I am getting exact output image till canny edge detection but not getting scanned image after perspective transformation. What should I do now?

gopalsahni
Автор

Pycharm not recognising open cv2 as a module...

What to do bro

devloper_hs
Автор

Can we apply OCR to the output image for text recognition?

AnuranPaul
Автор

Bro i get an error name 'np' is not defined can anyone help In the line of pts=np.float32([[0, 800]])

vishalnk
Автор

Im getting “”no module named ‘numpy’ “”” what to do now

ramsekargnanasekar