Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 21:14
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 ryantm/e93eb1e606772a475ee531e0df8d9a1c to your computer and use it in GitHub Desktop.
Save ryantm/e93eb1e606772a475ee531e0df8d9a1c to your computer and use it in GitHub Desktop.
/nix/store/mhss2lfkx6h50p37d5mliqxfjvjfj6nh-leptonica-1.79.0
├── bin
│   ├── convertfilestopdf
│   ├── convertfilestops
│   ├── convertformat
│   ├── convertsegfilestopdf
│   ├── convertsegfilestops
│   ├── converttopdf
│   ├── converttops
│   ├── fileinfo
│   ├── imagetops
│   └── xtractprotos
├── include
│   └── leptonica
│   ├── allheaders.h
│   ├── alltypes.h
│   ├── arrayaccess.h
│   ├── array.h
│   ├── bbuffer.h
│   ├── bilateral.h
│   ├── bmfdata.h
│   ├── bmf.h
│   ├── bmp.h
│   ├── ccbord.h
│   ├── dewarp.h
│   ├── endianness.h
│   ├── environ.h
│   ├── gplot.h
│   ├── heap.h
│   ├── imageio.h
│   ├── jbclass.h
│   ├── leptwin.h
│   ├── list.h
│   ├── morph.h
│   ├── pix.h
│   ├── ptra.h
│   ├── queue.h
│   ├── rbtree.h
│   ├── readbarcode.h
│   ├── recog.h
│   ├── regutils.h
│   ├── stack.h
│   ├── stringcode.h
│   ├── sudoku.h
│   └── watershed.h
└── lib
├── cmake
│   ├── LeptonicaConfig.cmake
│   └── LeptonicaConfig-version.cmake
├── liblept.la
├── libleptonica.la -> liblept.la
├── libleptonica.so -> liblept.so
├── liblept.so -> liblept.so.5.0.4
├── liblept.so.5 -> liblept.so.5.0.4
├── liblept.so.5.0.4
└── pkgconfig
└── lept.pc
6 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment