Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 627 Bytes

README.md

File metadata and controls

60 lines (30 loc) · 627 Bytes

PAN card OCR with pytesseract

It will read any pan card image and will generate PAN number, Name, Father's Name and DOB with the help of Opencv and Pytesseract.

Requirements

pip install pillow

pip install ftfy

pip install io

pip install pytesseract

pip install numpy

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd PAN_card_OCR

Install dependencies

  install above packages

Run main file

  python main.py

Screenshots

Query Image

pic1

Result Image

pic2