microsoft/table-transformer-structure-recognition is a forked repo from huggingface. License: mit
Go to file
Niels Rogge 92a0c46dfd Update README.md 2022-11-18 07:58:19 +00:00
.gitattributes initial commit 2022-10-14 09:19:57 +00:00
README.md Update README.md 2022-11-18 07:58:19 +00:00
config.json Upload TableTransformerForObjectDetection 2022-10-14 09:20:09 +00:00
preprocessor_config.json Upload feature extractor 2022-10-14 09:20:10 +00:00
pytorch_model.bin Upload TableTransformerForObjectDetection 2022-10-14 09:20:09 +00:00

README.md

license widget
mit
src example_title
https://documentation.tricentis.com/tosca/1420/en/content/tbox/images/table.png Table

Table Transformer (fine-tuned for Table Structure Recognition)

Table Transformer (DETR) model trained on PubTables1M. It was introduced in the paper PubTables-1M: Towards Comprehensive Table Extraction From Unstructured Documents by Smock et al. and first released in this repository.

Disclaimer: The team releasing Table Transformer did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

The Table Transformer is equivalent to DETR, a Transformer-based object detection model. Note that the authors decided to use the "normalize before" setting of DETR, which means that layernorm is applied before self- and cross-attention.

Usage

You can use the raw model for detecting the structure (like rows, columns) in tables. See the documentation for more info.