Utility scripts for Quran images.
- Use
image_downloader/download_pages.py
to download Quran pages images from sources like KFGQPC website: Hafs or other recitations. - Use
image_prepare/prepare_imgs.py
to process & prepare of the original Quran pages images for example crop, resize, optimize, etc. - Use
aya_locator/aya_locator.py
to detect the ayas locations in the Quran pages images and generate a CSV file of those data. - Finally, you can use
csv_to_sqlite_db/csv_to_sqlite.py
to convert the CSV data to a SQLite DB.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please read CONTRIBUTING.md for our code of conduct and details on contributing to the project.
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git add .
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.