Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umar07 committed Mar 4, 2021
1 parent d4843d6 commit 83f0c34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc Scanner/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Document Scanner


Scans a static clicked image, performing document detection and perspective transform.

4 changes: 4 additions & 0 deletions barcode scanner/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# BarCode Scanner


Uses the pyzbar library to find the barcode and then we enclose a boundary on it, displaying the data along with it.
6 changes: 6 additions & 0 deletions omr-sheet/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# OMR-sheet bubble scanner


Scans a static clicked image, performing document detection and perspective transform.
After scanning, the circular contours of the answer bubbles are marked and then sorting is applied to them.
After comparing with the answer keys, the result is displayed accordingly.

0 comments on commit 83f0c34

Please sign in to comment.