Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b01da9e2d4605ca8e053976132cc81ec to your computer and use it in GitHub Desktop.
Save r-ryantm/b01da9e2d4605ca8e053976132cc81ec to your computer and use it in GitHub Desktop.
/nix/store/lkjcail29wrcyngfc35ilkr4wrl4w0hj-ocrmypdf-9.8.0
├── bin
│   └── ocrmypdf
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ocrmypdf
│   │   ├── api.py
│   │   ├── cli.py
│   │   ├── data
│   │   │   └── sRGB.icc
│   │   ├── exceptions.py
│   │   ├── exec
│   │   │   ├── ghostscript.py
│   │   │   ├── __init__.py
│   │   │   ├── jbig2enc.py
│   │   │   ├── pngquant.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ghostscript.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jbig2enc.cpython-37.pyc
│   │   │   │   ├── pngquant.cpython-37.pyc
│   │   │   │   ├── qpdf.cpython-37.pyc
│   │   │   │   ├── tesseract.cpython-37.pyc
│   │   │   │   └── unpaper.cpython-37.pyc
│   │   │   ├── qpdf.py
│   │   │   ├── tesseract.py
│   │   │   └── unpaper.py
│   │   ├── _graft.py
│   │   ├── helpers.py
│   │   ├── hocrtransform.py
│   │   ├── __init__.py
│   │   ├── _jobcontext.py
│   │   ├── leptonica.py
│   │   ├── lib
│   │   │   ├── compile_leptonica.py
│   │   │   ├── __init__.py
│   │   │   ├── _leptonica.py
│   │   │   └── __pycache__
│   │   │   ├── compile_leptonica.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _leptonica.cpython-37.pyc
│   │   ├── __main__.py
│   │   ├── optimize.py
│   │   ├── pdfa.py
│   │   ├── pdfinfo
│   │   │   ├── ghosttext.py
│   │   │   ├── info.py
│   │   │   ├── __init__.py
│   │   │   ├── layout.py
│   │   │   └── __pycache__
│   │   │   ├── ghosttext.cpython-37.pyc
│   │   │   ├── info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── layout.cpython-37.pyc
│   │   ├── _pipeline.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── _graft.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── hocrtransform.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _jobcontext.cpython-37.pyc
│   │   │   ├── leptonica.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── optimize.cpython-37.pyc
│   │   │   ├── pdfa.cpython-37.pyc
│   │   │   ├── _pipeline.cpython-37.pyc
│   │   │   ├── quality.cpython-37.pyc
│   │   │   ├── _sync.cpython-37.pyc
│   │   │   ├── _unicodefun.cpython-37.pyc
│   │   │   ├── _validation.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── quality.py
│   │   ├── _sync.py
│   │   ├── _unicodefun.py
│   │   ├── _validation.py
│   │   └── _version.py
│   └── ocrmypdf-9.8.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment