Solution: Document Scanner
Review the steps involved in creating a document scanner
We'll cover the following
Let’s look at the solution for creating the document scanner.
Get image edges
We change the image to grayscale and then make it blurry. This helps us get the edges properly. To get the edges, we use the Canny()
function of the OpenCV library:
Get hands-on with 1400+ tech skills courses.