Runtimeerror Can Not Find Ghostscript Dll In Registry -

HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript or for 32-bit on 64-bit Windows:

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GPL Ghostscript You should see a key like 9.56 with a default value pointing to the install path. If registry lookup fails, bypass it by pointing directly to the DLL in your code. runtimeerror can not find ghostscript dll in registry

from pdf2image import convert_from_path poppler_path = r"C:\Program Files\gs\gs9.56.1\bin" images = convert_from_path("input.pdf", poppler_path=poppler_path) runtimeerror can not find ghostscript dll in registry