Skip to content

An extractor which can get information from a document image into a excel file

Notifications You must be signed in to change notification settings

taintpro98/table-extractor

Repository files navigation

Table Extraction Research


Maintainer

@bruno

Step-by-step installation

#dump environment to a file by running this script
conda env export | grep -v "^prefix: " > environment.yml


# install conda environment by running this script 
conda env create -f environment.yml

# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.2
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=9.2 -c pytorch

About

An extractor which can get information from a document image into a excel file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published