Ai
1 Star 0 Fork 0

github_repo/ocr-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
shellocr.py 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
cseas 提交于 2018-11-21 15:02 +08:00 . Add alternate
# shellocr.py
# Extract OCR using Tesseract
# Created by Abhijeet Singh
import subprocess
import shlex
# shlex is used for passing parameters
# subprocess.call(['./extract_text.sh'])
# Run above if no parameters are required
subprocess.call(shlex.split('./extract_text.sh ./pdf/ ./txt/'))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/github_repo/ocr-table.git
git@gitee.com:github_repo/ocr-table.git
github_repo
ocr-table
ocr-table
master

搜索帮助