- 支持GPU,CPU(opencv dnn加速);
- 整合darknet-ocr完成对表格的重建,输出json\excel
git clone https://github.com/pjreddie/darknet.git ../darknet cp Makefile ../darknet cd ../darknet && make
模型文件地址: http://www.chineseocr.com:9990/static/models/table-ocr/table.weights
拷贝table.weights文件到models目录
python3 table.py -jpgPath test/dd.jpg
- darket https://github.com/pjreddie/darknet.git
- darknet-ocr https://github.com/chineseocr/darknet-ocr.git
- chineseocr https://github.com/chineseocr/chineseocr.git