Trouble installing Python Library

I am trying to use the pytesseract library for ocr, however I get the error ```
pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it’s not in your PATH. See README file for more information.


Any suggestions?

THanks

Hello @suyashgokhale24,

For this you will need to install tesseract first. You can use a bash code step to install it. Though please be mindful that Pipedream workflow is running on AWS Lambda, so some package might not be supported