You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to extract the images from pdfs together with the conversion of the PDF (to TEI-XML) using GROBID. Using the batch command everything works fine.
The grobid client is also working as it should, but I miss the function of extracting the images.
Is it possible to add the "processFulltextAssetDocument" service to the python grobid-client to extract images as well?
In the documentation is written: "There is a web service doing the same, returning everything in a big zip file, processFulltextAssetDocument, still usable but deprecated."
When I use it as service
service="processFulltextAssetDocument"
calling
"client.process(service, input, output)"
it fails with ERROR 406.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi GROBID team,
I want to extract the images from pdfs together with the conversion of the PDF (to TEI-XML) using GROBID. Using the batch command everything works fine.
The grobid client is also working as it should, but I miss the function of extracting the images.
Is it possible to add the "processFulltextAssetDocument" service to the python grobid-client to extract images as well?
In the documentation is written: "There is a web service doing the same, returning everything in a big zip file, processFulltextAssetDocument, still usable but deprecated."
When I use it as service
calling
it fails with ERROR 406.
Thanks in advance!
The text was updated successfully, but these errors were encountered: