mahdiramezanii / persian_pdf_converter

Python package to convert pdf to Farsi Word
https://pypi.org/project/persian-pdf-converter/
MIT License
80 stars 8 forks source link

Is there any example which could be run in the cloud environment #8

Open realamirhe opened 1 week ago

realamirhe commented 1 week ago

I tried running a sample code within colab and gitpod. Both faced the following error with poppler.

PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?

I tried all the following, is there any guidance around this issue

pip install pdf2image
conda install -c conda-forge poppler
apt-get install poppler-utilsa
pip install pdf2image

all were tested with the persian-pdf-converter==2.3.1

mahdiramezanii commented 1 week ago

What operating system did you test on? @realamirhe