Skip to content

Instantly share code, notes, and snippets.

View mdv3101's full-sized avatar

Madhav Agarwal mdv3101

View GitHub Profile
@mdv3101
mdv3101 / 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