atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.61k stars 349 forks source link

Please make sure that Ghostscript is installed in aws lambda #392

Open goutam-ghosh opened 4 years ago

goutam-ghosh commented 4 years ago

Hi Team, @vinayak-mehta I am getting this issue Camlot in Lambda. Ghostscript is installed in Lambda Layer. But camelot library is unable to read ghostscript binaries. And giving the error Please make sure that Ghostscript is installed. I set path of gs. And It is showing gs 9.27 is installed in /opt/bin/gs/ path. Function Logs: START RequestId: 9bf56d41-4068-4c42-87d9-118cff22951b Version: $LATEST /var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin:/opt/bin/gs/ b'9.27\n'

goutam-ghosh commented 4 years ago

@vinayak-mehta

Please give some answer for the above issue.