Looking at https://github.com/softcite/tutorials/blob/master/process_all_of_plos.md seems that one wants to convert to tei.xml files first, before sending the file to the server.
Looking at the code, though, client.py:197 says "only PDF for the moment" ... is that still true? Reading further it seems that the client prefers to send pdf over the tei.xml? But the annotate method prefers the tei.xml? In the tutorial linked above you use repo-in and I think pass a folder that only has tei files in it?
Context of the question is where I'm up to in the https://github.com/howisonlab/screenit-softcite repo :)
Looking at https://github.com/softcite/tutorials/blob/master/process_all_of_plos.md seems that one wants to convert to tei.xml files first, before sending the file to the server.
Looking at the code, though, client.py:197 says "only PDF for the moment" ... is that still true? Reading further it seems that the client prefers to send pdf over the tei.xml? But the
annotatemethod prefers the tei.xml? In the tutorial linked above you use repo-in and I think pass a folder that only has tei files in it?Context of the question is where I'm up to in the https://github.com/howisonlab/screenit-softcite repo :)