kermitt2 / grobid_client_python

Python client for GROBID Web services
Apache License 2.0
275 stars 74 forks source link

Adding PDF annotation services #79

Open dregules opened 1 month ago

dregules commented 1 month ago

Dear Team,

i'm wondering if you're thinking to add support for the following services to the python client:

https://grobid.readthedocs.io/en/latest/Grobid-service/#apireferenceannotations https://grobid.readthedocs.io/en/latest/Grobid-service/#apiannotatepdf

So far, I only see these as valid services in the grobid python client:

valid_services = [
        "processFulltextDocument",
        "processHeaderDocument",
        "processReferences",
        "processCitationList",
        "processCitationPatentST36",
        "processCitationPatentPDF"
    ]

For the meantime, you suggest I do the requests manually, correct?

Thank you in advance! Diego