detr-doc-table-detection is a model trained to detect both Bordered and Borderless tables in documents based on [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50)
## Training data
The model was trained on ICDAR2019 Table Dataset
### How to use
```python
from transformers import DetrFeatureExtractor, DetrForObjectDetection