Table Recognition is an open source table recognition toolbox based on PyTorch.
- LGPMA (ICDAR 2021)
The recommended environment requirements can be found in mmdetection. Follows are the lowest compatible environment.
Basic Env | version |
---|---|
Python | 3.6+ |
cuda | 10.0+ |
cudnn | 7.6.3+ |
pytorch | 1.3.0+ |
torchvision | 0.4.1+ |
opencv | 3.0.0+ |
To Download the repository and install the davarocr, please follow the instructions:
git clone https://github.com/cv-small-snails/tablerecognition.git
cd tablerecognition/
bash setup.sh
This script will automatically download and install the "mmdetection" and "mmcv-full". You can also manually install them followinging the official instructions
Going to the specific algorithm's directory to see more details.
This project is released under the Apache 2.0 license