Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 642 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 642 Bytes

gnn-table-recognition

Repository containing unofficial code for a modification to the arxiv paper 1905.13391 (link).

Link to the repository containing offical source code for the paper.

Modifications in this code as compared to original paper:

  • Converted Tensorflow code to PyTorch.
  • Predict cell mergings for previously predicted cells, instead of performing complete extraction using the GNN.

TODO:

  • Provide details for setting up and usage of this repository.
  • Add a branch containing pytorch implementation of the unmodified paper.