config.py 214 B

123456789101112
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. Created on Thu Sep 9 23:11:51 2020
  5. @author: chineseocr
  6. """
  7. tableModelDetectPath = './models/table-detect.weights'
  8. tableModeLinePath = "./models/table-line.h5"