Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# The models are taken from https://github.com/microsoft/table-transformer/
|
2 |
I have built a HuggingFace Space: https://huggingface.co/spaces/SalML/TableTransformer2CSV
|
3 |
It runs an OCR on the table-transformer output image to obtain a CSV downloadable table.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- detr
|
5 |
+
license: unknown
|
6 |
+
datasets:
|
7 |
+
- PubTables-1M
|
8 |
+
---
|
9 |
# The models are taken from https://github.com/microsoft/table-transformer/
|
10 |
I have built a HuggingFace Space: https://huggingface.co/spaces/SalML/TableTransformer2CSV
|
11 |
It runs an OCR on the table-transformer output image to obtain a CSV downloadable table.
|