Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.33 KB

Linux / Mac OS X (under Travis CI) : Build Status

Windows (under AppVeyor) : Build status

Documentation : img

libcrn

libcrn is a document image processing library written in C++11 for Linux, Windows, Mac OS X and Google Android. It is a toolbox that allows to create easily software such as OCRs and layout analysis tools.

( --> Initial commit from http://sourceforge.net/projects/libcrn/ - Tree [r1364] : http://sourceforge.net/p/libcrn/code/1364/ <-- )

Documentation

https://liris.cnrs.fr/pleiad/doc/nightly/

Windows

Visual Studio 2015 needed (see INSTALL.txt file). For now, only one option between Gtkmm2, Gtkmm3-Release and Gtkmm3-Debug can be chosen at the same time.

Linux

Builds with g++ 4.8 to 6.3 and clang++ 3.6 to 4.0 (see INSTALL.txt file).

MacOS

Dependencies available in Homebrew (see INSTALL.txt file).

Android

Android NDK needed (see INSTALL.txt file).

Android Studio (or SDK Tools) needed to obtain The Android Emulator (see INSTALL.txt file).