From 0192eaf3d638d0d15e203323f8ca875d95680c4c Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Fri, 14 Oct 2022 12:14:59 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80f020f..a491f3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +--- +license: mit +--- + # Table Transformer (fine-tuned for Table Detection) Table Transformer (DETR) model trained on PubTables1M. It was introduced in the paper [PubTables-1M: Towards Comprehensive Table Extraction From Unstructured Documents](https://arxiv.org/abs/2110.00061) by Smock et al. and first released in [this repository](https://github.com/microsoft/table-transformer).