This project extracts specific fields from a given NID image using a pre-trained model.
- Bangla Name
- Birth Date
- English Name
- Father Name
- Mother Name
- Number NID
- Place your NID image in the
scriptsdirectory. - Run the
detect_fields.pyscript to detect fields. - Run the
read_fields.pyscript to read the detected fields.
Install the required dependencies using:
pip install -r [requirements.txt](http://_vscodecontentref_/6)