/camellia

Optical character recognition program in OCaml for Linux, using GTK+ for the user interface.

Primary LanguageOCaml

Camellia

About

Optical character recognition program in OCaml for Linux.

Authors

How to

To compile the project, you will need:

  • The project sources
  • OCaml
  • SDL
  • OCaml SDL

Then, go to the sources folder, and just

$ make

To use Camellia on the"image.png" image, you must execute:

$ ./camellia image.png

License

The program is licensed under the Apache License 2.0.