-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'style' #72
Comments
this seems to be the same error as in #24 |
v0.1.8 and v0.1.7 have this problem for me. v0.1.6 works fine. |
Hey @RaphSte did the latest version work for you. If so, can you update me how? |
Same issue here, latest version has an issue. |
hey, @shshnk158, no, it diddn't work for me. I'll use v0.1.6 for now. |
Yes v0.1.6 is working fine, but it comes with |
yes, facing this issue on v0.1.7 and v0.1.8 |
The issue is because paragraphs are missing metadata. PR #70 solves this issue. While not merged, you can use it locally with |
I'm facing the same issue, trying now to build the container with PR70. |
Container build fails with "Failed to build pandas" |
@vitorhirota Changing that to Now I'm hitting a problem with
EDIT: Nevermind, turning on my VPN resolved this issue. I really need to switch ISPs... :) |
I can confirm I can building the docker image PR #70, with |
Sorry, this one's on me. First PR was massive code refresh on top of the latest Tika and I missed some key elements that my tests didn't cover. Second PR with jar v2 should resolve it, but waiting on @ansukla or someone to merge here. Here's the docker image I'm using with everything baked in: |
are you talking about nlm-ingestor version. I cant see v0.1.6 there |
@ddose-inferyx yes, this is about the nlm ingestor version. You can either pull the image directly (see ) or build it yourself selecting the tag |
Thanks! @RaphSte , It started working for me as I used -http://localhost:5010/api/parseDocument?renderFormat=all&applyOcr=yes&useNewIndentParser=yes. Using "NewIndentParser=yes." will also work with the latest. |
Error response from daemon: Head "https://ghcr.io/v2/jamesmtc/nlm-ingestor/manifests/latest": denied |
Thank you so much. Everything is working fine with this.
…-Dipak
On Wed, 24 Jul 2024 at 14:44, irash03 ***@***.***> wrote:
Here's the docker image I'm using with everything baked in:
jamesmtc/nlm-ingestor
docker pull ghcr.io/jamesmtc/nlm-ingestor
Error response from daemon: Head "
https://ghcr.io/v2/jamesmtc/nlm-ingestor/manifests/latest": denied
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIY7W33X2P7H6U32BKRKKGLZN5WATAVCNFSM6AAAAABJKGY5SKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBXGMZDOMBVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I was getting the same error, and I just needed to reset my authentication info for ghcr. I removed any preset ghcr configs, then followed the setup instructions here. After that, running |
Merging changes from @jamesvillarrubia. Apologies for the delay. Thanks James for putting together the fix. Feel free to send me a note on LinkedIn if something needs attention. |
When trying to run a pdf file through it I get the KeyError: 'style', with the following stacktrace:
Steps to reproduce:
(tested on linux server)
The text was updated successfully, but these errors were encountered: