Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 6, 2020 07:40
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/eb6a27adc3a146ccd1bb59d393da214c to your computer and use it in GitHub Desktop.
Save r-ryantm/eb6a27adc3a146ccd1bb59d393da214c to your computer and use it in GitHub Desktop.
/nix/store/xxbk7y3k45z3b8bw4ar10ba24l3f2y18-leptonica-1.80.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
│   ├── colorfill.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, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment