A Vietnamese personal card OCR website built with Django
Django VietCardOCR A Vietnamese personal card OCR website built with Django. Installation Creation of virtual environments is done by executing the command venv: python -m venv venv That will create a new folder env in your project directory. Next activate it with this command on mac/linux: source venv/bin/active Use the package manager pip to install requirements: pip install -r requirements.txt In the project folder, create media folder and its subfolders as structure below: ├───media │ └───images │ ├───driving-license │ ├───id-card […]
Read more