The following file can be processed by grobid when called with curl, but the equivalent (?) Python command fails with error 408.
meta-chinese.pdf
curl call: curl -v --form input=@./meta-chinese.pdf --form consolidateCitations=1 localhost:8070/api/processReferences
python: client.process("processReferences", "./screened_PDF", consolidate_citations=True)
The server log does not show any obvious issues. The python command works when I don't consolidate citations.
Any ideas / suggestions?