Description
I am currently using this project and attempted to write a post-processing script to replace local image paths with the image paths found in the arXiv HTML version.
However, I noticed that for papers published several years ago, arXiv does not provide an HTML version, which causes the script to fail in retrieving images.
Question: Does anyone have a reliable method or API to retrieve images for these older papers that lack an HTML view?
Suggestion: I suggest that the author could consider adding a check in the logic: if an HTML path exists for the paper on arXiv, the code should prioritize using the remote URL directly instead of relying on local paths.
Description
I am currently using this project and attempted to write a post-processing script to replace local image paths with the image paths found in the arXiv HTML version.
However, I noticed that for papers published several years ago, arXiv does not provide an HTML version, which causes the script to fail in retrieving images.
Question: Does anyone have a reliable method or API to retrieve images for these older papers that lack an HTML view?
Suggestion: I suggest that the author could consider adding a check in the logic: if an HTML path exists for the paper on arXiv, the code should prioritize using the remote URL directly instead of relying on local paths.