An open API service indexing awesome lists of open source software.

https://github.com/ansh420/document_scanner

A Document Scanner is a project or repository hosted on GitHub that provides functionality to scan, process, and manage documents.
https://github.com/ansh420/document_scanner

computer-vision ocr-recognition webcam

Last synced: 9 months ago
JSON representation

A Document Scanner is a project or repository hosted on GitHub that provides functionality to scan, process, and manage documents.

Awesome Lists containing this project

README

          

# Document_Scanner
A Document Scanner is a project or repository hosted on GitHub that provides functionality to **scan, process, and manage documents**.

## Installed Labrary
- CV2.
- Numpy.
## Testing
This code is tested in python 3.11.1

## Scanning
For the scaaning of a physcial image into a scanned image. **We have a two ways** :-
- Either we can use a **webcam**.
- Either we provide a source path for the **image** in the code section.

**This code internally import a module CV to process the image**.

Utils is the module used by the code section to perform a operations on the image.