This project is developed using Django framework and utilizes Pytesseract for optical character recognition (OCR). The backend database is MySQL. Please note that the Django and Pytesseract components are not yet integrated.
- Django
- Pytesseract
- MySQL
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies.
- Start the Django server:
- Access the project in your web browser at
http://localhost:8000.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/fooBar). - Make your changes.
- Commit your changes (
git commit -am 'Add some fooBar'). - Push to the branch (
git push origin feature/fooBar). - Create a new Pull Request.
This project is licensed under the MIT License.