示例#1
0
def is_available():
    return util.is_on_path(CUNEIFORM_CMD)
示例#2
0
def is_available():
    return util.is_on_path(CUNEIFORM_CMD)
示例#3
0
def is_available():
    return util.is_on_path(TESSERACT_CMD)
示例#4
0
文件: tesseract.py 项目: neolcs/pyocr
def is_available():
    return util.is_on_path(TESSERACT_CMD)