Get content (not a caption) in a table
Aperta
- Lingua principale
- Python
- Stelle
- 1.1k
- Fork
- 80
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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]] `.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.