grobid_client_python icon indicating copy to clipboard operation
grobid_client_python copied to clipboard

Adding PDF annotation services

Open dregules opened this issue 8 months ago • 2 comments

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

dregules avatar Jun 18 '24 11:06 dregules