hitachi-nlp / appjsonify

A handy PDF-to-JSON conversion tool for academic papers implemented in Python.
MIT License
46 stars 3 forks source link

appjsonify.utils.error.DownloadFailureError #2

Open zhangbihan999 opened 2 months ago

zhangbihan999 commented 2 months ago

Hi, when I use appjsonify to converse an IEEE paper. I obtained a DownloadFailureError below: appjsonify.utils.error.DownloadFailureError: Failed to download file from https://layoutlm.blob.core.windows.net/tablebank/model_zoo/detection/All_X152/All_X152.yaml?sv=2022-11-02&ss=b&srt=o&sp=r&se=2033-06-08T16:48:15Z&st=2023-06-08T08:48:15Z&spr=https&sig=a9VXrihTzbWyVfaIDlIT1Z0FoR1073VB0RLQUMuudD4%3D. Then I tried to open the URL in my browser, it showed things below: image I wonder how to solve this problem. Thanks~

gucci-j commented 2 months ago

Thanks for raising this. This indicates that the TableBank pre-trained model is not available at the moment. We cannot fix this issue on our side. Please refer to https://github.com/doc-analysis/TableBank/issues/43

In the meantime, you could still use appjsonify without using the pre-trained model.