Hi,
I'm trying to initiate annotation using pdf.image.manual, but it's complaining about the following.
prod/lib/python3.10/site-packages/prodigy_pdf/__init__.py", line 58, in pdf_image_manual
if not pdf_folder.exists():
AttributeError: 'str' object has no attribute 'exists'
From what I can understand, it has to do with the path to the PDF, but it is correct. I've tried both absolute and relative paths. What should I do?
It runs inside a virtual env and im running the prodigy command from the main folder and have the pdf folder as a child to the main one.
here is the command:
prodigy pdf.image.manual datasetname pdf_folder --labels 1,2,3,4