Relative Content

Tag Archive for pythonjupyter-notebookcloudpopplerpdf2image

How do add path to a folder in my jupyter notebook

I am working on a code that converts pdf file to image file without compromising image quality, and require poppler to work with pdf2image module but apparently I am running the code on an online server that my company provides that runs jupyter notebook on my browser. So adding the path to the poppler bin file or adding thr path to my environment variable is not possible. My code successfully installs and unzips the poppler file from a github repository.