Skip to content

Commit

Permalink
add script for extracting table images in FinTabNet
Browse files Browse the repository at this point in the history
  • Loading branch information
namtuanly committed Jun 10, 2023
1 parent 018b366 commit 8be74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The proposed model consists of one shared encoder, one shared decoder, and three
### Prerequisites

* About **PubTabNet**, click [here](https://developer.ibm.com/exchanges/data/all/pubtabnet/) for downloading, and check their [github](https://github.com/ibm-aur-nlp/PubTabNet) and [paper](https://arxiv.org/abs/1911.10683) for the details.
* About **FinTabNet**, click [here](https://developer.ibm.com/data/fintabnet/) for downloading the dataset and use [extract_table_images_FinTabNet.py]() to extract table images and the annotation file (like PubTabNet).
* About **FinTabNet**, click [here](https://developer.ibm.com/data/fintabnet/) for downloading the dataset and use [extract_table_images_FinTabNet.py](https://github.com/namtuanly/MTL-TabNet/blob/main/tools/data/fintabnet/extract_table_images_FinTabNet.py) to extract table images and the annotation file (like PubTabNet).
* About the metric **TEDS**, see [github](https://github.com/ibm-aur-nlp/PubTabNet/tree/master/src)

### Installation
Expand Down

0 comments on commit 8be74a6

Please sign in to comment.