/table-detection-deeplearning

Code for the article https://christian-beckmann.net/2018/07/18/table-detection-using-deep-learning/

Primary LanguagePython

Table Detection using Deep Learning

Python scripts used to create the content for https://christian-beckmann.net/2018/07/18/table-detection-using-deep-learning/.

Implementation of "Gilani, Azka & Rukh Qasim, Shah & Malik, Imran & Shafait, Faisal. (2017). Table Detection Using Deep Learning. 10.1109/ICDAR.2017.131." based on Python 3 and Luminoth (based on famous Tensorflow).

Requirements:

  • pandas
  • pillow
  • opencv-python
  • luminoth

You can install the dependencies using pip:
pip install -r requirements.txt