allenai / s2orc

S2ORC: The Semantic Scholar Open Research Corpus: https://www.aclweb.org/anthology/2020.acl-main.447/
800 stars 64 forks source link

Get content (not a caption) in a table #23

Open dykang opened 4 years ago

dykang commented 4 years ago

Would it be possible to get text context inside a table? For example, given a table like below:

\begin{tabular}
 & F1 & Precision & recall\\
Model1 & 0.5 & 0.4 & 0.3 \\
\end{tabular}

It would be very helpful if I can get the structured text of [ [None, "F1", "Precision", "Recall"], [Model1, 0.5, 0.4, 0.3]].