Ejemplo n.º 1
0
def have_unpaper():
    try:
        unpaper.version()
    except Exception:
        return False
    else:
        return True
Ejemplo n.º 2
0
def have_unpaper():
    try:
        unpaper.version()
    except Exception:
        return False
    else:
        return True
Ejemplo n.º 3
0
def have_unpaper():
    try:
        from ocrmypdf.exec import unpaper

        unpaper.version()
    except Exception:
        return False
    return True
Ejemplo n.º 4
0
def have_unpaper():
    try:
        from ocrmypdf.exec import unpaper

        unpaper.version()
    except Exception:
        return False
    return True