Cuneiform

A multi-language OCR system originally developed and open sourced by Cognitive Technologies.
Download

Cuneiform Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jussi Pakkanen
  • Publisher web site:

Cuneiform Tags


Cuneiform Description

A multi-language OCR system originally developed and open sourced by Cognitive Technologies. Cuneiform is a multi-language OCR system originally developed and open sourced by Cognitive Technologies. It was originally a Windows application, which was ported to Linux by Jussi Pakkanen.CompilingExtract the source and go to the root folder (the one this file is in).Then type the following commands:mkdir builddircd builddircmake -DCMAKE_BUILD_TYPE=debug ..makemake install By default Cuneiform installs to /usr/local. You can specify a different prefix by giving a command line switch "-DCMAKE_INSTALL_PREFIX=/what/ever/yo /want" to CMake.If you have ImageMagick++ on your system, Cuneiform autodetects and builds against it. Then Cuneiform can process any image that ImageMagick knows how to open. Otherwise it can only read uncompressed BMP images.If you want to run Cuneiform without installing it on your system, you have to point the CF_DATADIR environment variable to a directory containing the .dat files. These can be found in the "datafiles" directory of the source package.RunningAfter install you simply run.cuneiform < image_file >Output is written to pumaout.txt. Cuneiform assumes that your image contains only a single column of text.By default Cuneiform recognizes English text. To change the language use the command line switch -l followed by your language string. To get a list of supported languages type "cuneiform -l".By default Cuneiform outputs plain text. You can specify the "--html" switch to make it output in HTML format.If you do not define an output file with the -o switch, Cuneiform writes the result to a file "cuneiform-out.". The file extension is either "txt" or "html" depending on your output format. What's New in This Release: · Bugs were fixed. · Cygwin is supported. · A single column recognition mode was added.


Cuneiform Related Software