ExtractBQT
The system extracts information from personal card
- Creating by a team of student at CTU
- Text detection is based CTPN and text recognition is based crnn and ctc belong to vietocr systems.
- This is a scientific research project about the topic of optical character recognition
Download requirement
To download requirement, firstly you should create Virtual Environments
- Download venv:
python3 -m venv tutorial-env
- Activate venv:
tutorial-env\Scripts\activate.bat
- Download requirement in Virtual Environments:
pip install -r requirement.txt
If you have problems with step 2 because of requiring admin access, open powershell, run as admin and run this comman. It work for me! Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigne
Download model
https://drive.google.com/drive/folders/1qCuRMkrO7jE1UK5n_nyrtFg0I1slWm5X?usp=sharing After downloading, add 2 models to the checkpoints directory for implementation
Using
- Downloading the project to your pc.
- Add 2 model above to checkpoint folder.
- Downloading requirement.
- Run command.
python main.py path/image
Creator
- Nguyễn Nhĩ Thái > email: nguyennhithai4620@gmail.com
- Trương Hoàng Thuận
- Bùi Quốc Trọng > email: buiquoctrong110500@gmail.com
- Võ Thành Long