Add image-to-image task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: cdla-permissive-2.0
3
  tags:
4
  - table structure recognition
5
  - table extraction
 
 
6
  ---
7
 
8
  # ICDAR-2013.c
@@ -18,6 +20,8 @@ It contains:
18
  For more details about this version (2023) of the dataset and the manual corrections made to the original dataset, please see ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).
19
 
20
  For the code used to create this dataset, see [https://github.com/microsoft/table-transformer](https://github.com/microsoft/table-transformer).
 
 
21
 
22
  ## Citing
23
 
 
3
  tags:
4
  - table structure recognition
5
  - table extraction
6
+ task_categories:
7
+ - image-to-image
8
  ---
9
 
10
  # ICDAR-2013.c
 
20
  For more details about this version (2023) of the dataset and the manual corrections made to the original dataset, please see ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).
21
 
22
  For the code used to create this dataset, see [https://github.com/microsoft/table-transformer](https://github.com/microsoft/table-transformer).
23
+ The model was presented in the paper [TableCenterNet: A one-stage network for table structure recognition](https://arxiv.org/abs/2504.17522).
24
+ The code for the paper can be found at https://github.com/dreamy-xay/TableCenterNet.
25
 
26
  ## Citing
27