An open API service indexing awesome lists of open source software.

https://github.com/acj/leptonicaframework-osx

A macOS framework wrapper for the Leptonica library
https://github.com/acj/leptonicaframework-osx

Last synced: 8 months ago
JSON representation

A macOS framework wrapper for the Leptonica library

Awesome Lists containing this project

README

          

This is a macOS framework "wrapper" for the Leptonica library.

## Getting Started

1. Install [Homebrew](https://brew.sh/)
1. Run `brew install freetype libpng libjpeg libtiff`
1. Clone this repository.
* Drag `LeptonicaFramework.xcodeproj` to your project.
* In your project settings under Build Phases, add `LeptonicaFramework.framework` under "Target Dependencies" and "Link Binary with Libraries".
* Add `#import ` to your source file.
* Build and enjoy.

If you improve this project, please send me a pull request.

## Credit

The fabulous Leptonica image analysis library is available at [leptonica.com](https://www.leptonica.com).

The list of source files in this project is adapted from https://github.com/mcku/leptonica-osx .