Skip to content

Instantly share code, notes, and snippets.

View madhav1ag's full-sized avatar

Madhav Agarwal madhav1ag

View GitHub Profile
@madhav1ag
madhav1ag / AWS-pytesseract.md
Last active September 1, 2024 23:19
Steps for installing Tesseract(4.0) on AWS-Lambda

Tesseract-OCR AWS Setup (using pytesseract and python2.7)

Follow these steps on a fresh 64bit AWS AIM instance

Connect to AWS AIM instance, then follow these steps:

  1. Update system libraries
sudo yum -y update
sudo yum -y upgrade