A text recognition application utilizing the functionality of PyTesseract and Keras OCR enclosed in a Django application backed by the default SQLite database of Django. The function perform_ocr in vies.py in ocr_project django application in the test_ocr project directory has the main implementation (logic) of the project.