I am using camelot for pdf table extraction using the below code: tables=camelot.read_pdf("abc.pdf",pages='all',flavor='stream') in my system using virtual environment. But in case of others system that virtual environment throwing error for ghostscript(Can't find ghostscript DDL registry). Can we create a virtual enviornment with using ghostscript executable. So that it will work in other system as well without installing the ghostscript.
Asked
Active
Viewed 70 times