grobid_client_python
grobid_client_python copied to clipboard
Adding PDF annotation services
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