qr-detector Code
Brought to you by:
mohammednabaraw
File | Date | Author | Commit |
---|---|---|---|
New folder | 2023-01-29 |
![]() |
[e2f3b2] 00 |
__pycache__ | 2023-02-03 |
![]() |
[52bf73] 00 |
venv | 2023-02-04 |
![]() |
[aa3199] 00 |
QR code data.xls | 2023-02-03 |
![]() |
[58e7a8] 00 |
README.md | 2023-02-04 |
![]() |
[500d8e] Update README.md |
crop.py | 2023-02-02 |
![]() |
[025a3f] 00 |
main.py | 2023-02-04 |
![]() |
[62ee85] 00 |
requirements.txt | 2023-01-30 |
![]() |
[303bd5] Create requirements.txt |
setup.py | 2023-02-04 |
![]() |
[aa3199] 00 |
A simple python application that detects QR codes in an image of invoices that made according to zatca instructions and saves invoices data to an excel file.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
$ git clone https://github.com/mohammednabarawy/qr-detector.git
Navigate to the project directory
$ cd qr-detector
Install the required packages
$ pip install -r requirements.txt
To run the application, simply run the following command:
$ python main.py
Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request.