Menu

Tree [r315] /
 History

HTTPS access


File Date Author Commit
 c 2007-06-04 soow [r308] Final version.
 data 2007-05-28 pheteon [r307]
 docs 2007-05-27 soow [r295] Updated wizard :)
 examples 2007-09-29 pheteon [r315] OK
 homepage 2007-04-21 soow [r214]
 html 2007-05-22 brennus [r251]
 ml 2007-06-04 soow [r308] Final version.
 profile 2007-05-25 pheteon [r281]
 AUTHORS 2007-02-16 pheteon [r3]
 COPYING 2007-05-21 soow [r238] Still fucked up. But should work a bit. Let's h...
 ChangeLog 2007-04-22 soow [r220] Version 0.2. No bug. Perfect for the presentation.
 INSTALL 2007-04-22 soow [r220] Version 0.2. No bug. Perfect for the presentation.
 Makefile 2007-05-25 soow [r286] Removed lib. Compiling everything at once.
 NEWS 2007-06-04 soow [r308] Final version.
 README 2007-06-04 soow [r308] Final version.
 TODO 2007-05-28 pheteon [r307]
 configure 2007-06-04 soow [r308] Final version.

Read Me

README
======

DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml.

usage : ./digitaleyes[.opt] [processes in chronological order] file
  -noise         Reduces image noise.
  -rotate        Finds angle and rotate image.
  -lessons       Builds the lessons library.
  -clessons      Remove the lessons library.
  -learn         Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm.
  -learnall      Takes all the files in learning/ directory and gives them to the neural network.
  -block         Detects blocks.
  -init          Reinitializes the Neural Network.
  -o             Saves current file.
  -html          Outputs HTML.
  -nogui         Do not show GTK2+ interface.
  -with-threads  Show GTK2+ interface with threads (default).
  -no-threads    Show GTK2+ interface without threads.
  -help          Display this list of options
  --help         Display this list of options
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.