diff --git a/Doc Scanner/readme.md b/Doc Scanner/readme.md new file mode 100644 index 0000000..2f25b5d --- /dev/null +++ b/Doc Scanner/readme.md @@ -0,0 +1,5 @@ +# Document Scanner + + +Scans a static clicked image, performing document detection and perspective transform. + diff --git a/barcode scanner/readme.md b/barcode scanner/readme.md new file mode 100644 index 0000000..c31939e --- /dev/null +++ b/barcode scanner/readme.md @@ -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. \ No newline at end of file diff --git a/omr-sheet/readme.md b/omr-sheet/readme.md new file mode 100644 index 0000000..11f3d4b --- /dev/null +++ b/omr-sheet/readme.md @@ -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. \ No newline at end of file