Relative Content

Tag Archive for pythonopencvocrtext-extractioneasyocr

How to extract personal information from photo of ID card from Pakistan?

I am working on extracting data (like CNIC number, Name, Gender, etc.) from an image. I am using EasyOCR along with OpenCV and other Python libraries (like matplotlib, scipy, etc.) to extract specific details from an image of a CNIC (Computerized National Identity Card). So far, I have successfully extracted several fields like the Name, Father Name, Date of Birth, Date of Issue, and Date of Expiry, but I want to extract CNIC number and gender as well.

How to extract personal information from photo of ID card from Pakistan?

I am working on extracting data (like CNIC number, Name, Gender, etc.) from an image. I am using EasyOCR along with OpenCV and other Python libraries (like matplotlib, scipy, etc.) to extract specific details from an image of a CNIC (Computerized National Identity Card). So far, I have successfully extracted several fields like the Name, Father Name, Date of Birth, Date of Issue, and Date of Expiry, but I want to extract CNIC number and gender as well.