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.
- Host: GitHub
- URL: https://github.com/ansh420/document_scanner
- Owner: Ansh420
- Created: 2023-09-11T06:33:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T01:19:26.000Z (over 1 year ago)
- Last Synced: 2025-01-19T05:38:21.692Z (over 1 year ago)
- Topics: computer-vision, ocr-recognition, webcam
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.