You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've experienced the same problem while using macos. You can try install poppler and add it into your environment PATH. macOS can use 'brew install poppler' to solve this.
Hi Shokhrukh, due to difference between Windows & macOS, I assume that might be something wrong with the configuration of the PATH settings.
You can try to use poppler in command line. For example, test poppler in powershell.exe &.cmd.exe, if you checked it can be used, then launch python and try some test codes which would use poppler in python to check it can be invoked. (python -c 'import pdf2image')
Component PDF2Image would use poppler. Make sure poppler is installed & used in your command line, and PDF2Image cam be imported by python might can solve your problem.
Description of the bug
The bug I encoubnter with is called PDFinfoNotInstalledError. I cloned the repisotory and fixed a few back until I can run model itself.
Screenshots
The text was updated successfully, but these errors were encountered: