When trying to running acdc with a pdf instead of images, I immediately get the following error:
(mkdir -p images/0049Gotha.OrA1521; cd images/0049Gotha.OrA1521; bash -c "pdf_images.py ../../pdf/0049Gotha.OrA1521.pdf") && touch images/0049Gotha.OrA1521/_SUCCESS
bash: pdf_images.py: command not found
make: *** [Makefile:64: images/0049Gotha.OrA1521/_SUCCESS] Error 127
The script creates a folder for the images extracted from the pdf but then fails to recognize that the pdf_images.py is in the bin folder of the acdc_train folder.
When trying to running acdc with a pdf instead of images, I immediately get the following error:
The script creates a folder for the images extracted from the pdf but then fails to recognize that the pdf_images.py is in the bin folder of the acdc_train folder.