LeptonicaSharp - Wrapper for Leptonica Library

Discussions, questions, comments, ideas, and your projects having to do with DIY Book Scanner software. This includes the Stereo Data Maker software for the cameras, post-processing software, utilities, OCR packages, and so on.

Moderator: peterZ

Post Reply
Phreak
Posts: 1
Joined: 05 Sep 2018, 18:45
E-book readers owned: Kindle
Number of books owned: 0
Country: Deutschland

LeptonicaSharp - Wrapper for Leptonica Library

Post by Phreak »

Hey,

the last weeks i developed on a wrapper for Leptonica called LeptonicaSharp.
You can find it here: https://github.com/Phreak87/LeptonicaSharp
Its a dll to call all! leptonica functions (over 3000) from c# or vb.net and Show
the Results directly in the internal viewer and convert internal bitmaps.
This Library supports many things for Imaging and scanned documents like
automatic deskewing, dewarping, background removal and much more.
It contains the full documentation from the C-Files and all Properties
provided by the different classes.

Please help me and support this project.
What you can do:
- Write tests and provide usage examples
- define some function defaults to be applied (e.g. Function X Value y is Default 0)
- define some missing Enumerations instead of Integer values.
Look@the XML File how to define both
- provide extensions

Thank you
Post Reply