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
- Host: GitHub
- URL: https://github.com/acj/leptonicaframework-osx
- Owner: acj
- License: other
- Created: 2016-08-26T21:12:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T01:43:25.000Z (over 4 years ago)
- Last Synced: 2025-01-04T09:08:47.764Z (over 1 year ago)
- Language: C
- Size: 4.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .