python pdf extract demo code fail if i put extract.py in disk D:
follows steps described in https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/
however, all resources and project are stored in disk 😧 rather than C:
When run sample code "python extract.py"

Please update the library code accordingly.
file_ref_impl.ref, line 48, change
os.renanme(self._file_path, abs_path) to
shutil.move(self._file_path, abs_path)
Thanks.
