Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 608 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 608 Bytes

Image-extraction-with-OCR

The uses Pillow, pytesseract and OpenCV along with nump and zipfile module to process through a zip file of images to Process through OCR to find a word and then perform Face Extraction from the image This uses Pillow, pytesseract and OpenCV along with nump and zipfile modules to process through a zip file of images, Process them for OCR Also given a word to search through the image if found will extract all the faces from the image

What i Learned

  • Working with OpenCV , Pillow , Pytesseract
  • OCR and Image extraction
  • Working with images