예제 #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)