### Extracting text/numbers from image using Python OCR package  called pytesseract

<br><br>
Required packages for this example:
* pandas
* PIL
* pytesseract

<br>
Make sure that you also have installed Tesseract OCR engine on your system. For Mac you can use:
<br><i>brew install tesseract</i>

In the process_image.py file specify the location your Tesseract installation. You can check location on Mac:
<i>brew list tesseract</i>


Happy testing!