-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows anaconda read_pdf #121
Comments
@raja-rahamath Thanks for reporting this with all the specifics! I was able to reproduce this bug on Windows. I have written a fix, will release it in the night (with the conda package and updated installation instructions) and then update here. Meanwhile, you'll need to install ghostscript from https://www.ghostscript.com/download/gsdnld.html. After installation, you'll need to reboot your system to make sure that the ghostscript executable is in your PATH. Alternatively, if you don't want to reboot, you can manually add the path to ghostscript installation's bin folder to the windows PATH variable as shown here. https://java.com/en/download/help/path.xml |
You can also check out this SO answer for instructions about adding the ghostscript executable to the windows PATH variable. |
Hi thanks for the reply, I have tried the suggested solution by installing ghostscript and adding it system environment and rebooting, still I am getting the same error, kindly advise 04/10/2018 08:22 AM 157,651 stt.pdf
(base) C:\work\python\pdf>python
(base) C:\work\python\pdf>gswin64c |
@raja-rahamath, I've added a fix for this in the master branch, will create a release today that you can install later using pip. However, if you want that fix ASAP (and help me test the fix!), you can install Camelot with the steps described here. |
@raja-rahamath You can now install 0.2.1 by |
Thank you very much for the support working perfectly |
hi,I have installed camelot using conda install command.The package gets installed successfully but when i am trying to use import it it shows following error. ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot_init_.py in ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot\io.py in ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot\handlers.py in ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot\parsers_init_.py in ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot\parsers\lattice.py in ~\AppData\Local\Continuum\anaconda3\lib\site-packages\camelot\image_processing.py in ImportError: DLL load failed: The specified module could not be found. |
Hi
I am getting following error while reading the pdf from specific directory, i have explored this error in the forum, not able to figure correctly. Please help thank you.
My Environment
Windows 10
Anaconda
Python 3.6
Below is the code snippet from windows command windows
(base) C:\work\python\pdf>python
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: