Patrice Lopez

Results 601 comments of Patrice Lopez

Hello and thanks for the report ! Let's try to reproduce the error on our side... If doable - could you give us the log related to the error? I...

Thanks, the log are normally in a file called `grobid.log`, by default at the place where you launch the server. What is the number of threads available on your machine...

Thanks ! And another question - if you reduce the number of threads used to 1 in the python script, do you still have this error?

Well it's not really a solution ;) The multithreading should work all the time. But it helps to understand. Apparently the problem is when all the threads are used and...

This is work in progress with branch `modified-pdf2xml`...

Thank you @de-code for the good error case! This is very frequent for the section titles, less for the titles but more visible. I was thinking to address this in...

This is a problem for pdfalto yes - character spacing when reconstructing words is static right now. I have a lot of things to update in pdfalto, but was very...

Hello @bhargav-ss The sampling pdf file is working on the demo https://kermitt2-grobid.hf.space/ and with the current master natively. Could you give more details on the version and how you are...

Hello @evamaxfield and thank you for using our software mention recognizer !! As James explained, normally the model extracts URL coming with a software name mention (including implicit mention, like...

Careful, we had an eclipse-temurin JDK which resulted random crashes with the docker image, I think we need to use an ubuntu official build for the docker image, because the...