shan_chandra
Databricks Employee
Databricks Employee

Hi @neha_ayodhya  - can you please try the following via an init script to the Databricks cluster

sudo apt-get update -y
sudo apt-get install -y tesseract-ocr
sudo apt-get install -y libtesseract-dev
/databricks/python/bin/pip install pytesseract

 and let us know.

Thanks, Shan