# opencv-table-reader **Repository Path**: lumoumou/opencv-table-reader ## Basic Information - **Project Name**: opencv-table-reader - **Description**: python+opencv读取纸张上面的表格勾选数据。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-06-12 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试程序 本工程基于python3和pip3,环境如下(模块安装命令见后): ``` pip3 list Package Version ------------- -------- imutils 0.5.2 numpy 1.16.4 opencv-python 3.4.5.20 pip 19.0.3 scipy 1.3.0 setuptools 39.0.1 ``` 参考 https://www.jianshu.com/p/2bbdb27ee7b3 要安装:(scipy是在出错的时候提示缺少的) pip3 install opencv-python -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com pip3 install imutils -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com pip3 install argparse -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com pip3 install scipy -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com