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