Patrice Lopez

Results 389 comments of Patrice Lopez

For info I've worked on an OCR quality scorer to detect documents with noise coming from terrible OCR (like OCR of the nineties), so that the document can be filtered...

Hi @pakojil Thank you very much for the feedback on Grobid ! Having a XSLT to transform Grobid's TEI into JATS would be really nice. It was discussed at some...

Hello ! It seems that you are using biblio-glutton online for consolidation and it is not responding (probably because I stopped the biblio-glutton demo... it was overloaded by queries). You...

> I'll try to deploy the biblio-glutton. biblio-glutton is very heavy to install and deploy, it's for scaling beyond CrossRef web API capacities and having richer metadata, slightly more accurate...

If you're calling the consolidation service behind a proxy, you need to indicate the proxy information in the Grobid settings as documented [here](https://grobid.readthedocs.io/en/latest/Configuration/#proxy). Don't forget to indicate your email in...

Limiting the settings to linux 64, so far I didn't manage to get anything working here via Gradle. It's possible to add the system property to tasks like this: ```...

The change would be in gradle to pass an extended `java.library.path` at launch - instead of modifying it dynamically, so to replace the `System.loadLibrary(DELFT_NATIVE_LIB_NAME);` in `LibraryLoader.java`. I am pretty sure...

Thanks for the experiments! So you observed the same issue with Gradle. I think the goal is to have it working with Gradle, and/or dynamically. The solution with the `LD_LIBRARY_PATH`...

> Did you try the https://github.com/kermitt2/grobid/issues/688#issuecomment-1140774115 that should extend the list of paths? it does not work? Sorry, I've tried and it works ! I just had to include also...