kermitt2 / grobid_client_python

Python client for GROBID Web services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teiCoordinates not showing

xcrema opened this issue · comments

I want to get the coordinates for the pdf elements. I am running this command:

python3 grobid_client.py --input ~/tmp/in2 --output ~/tmp/out processHeaderDocument --force --teiCoordinates

But I am not getting the coordinates in created xml document. Can you help me where I am going wrong?

Hello hello

Currently coordinates are added only for the processFulltextDocument service (for processHeaderDocument, the parameter teiCoordinates is ignored).