/* Classnotes OCR CHANGELOG * Author: Maxie D. Schmidt (created 12/20/2006) */ version 0.1: first release supports handling print handwritten scans where the each character can be drawn without lifting a pen from the page and where distinct lines do not overlap; the training must be done from within the GUI, but after training the scans can be parsed on the commandline; Note: there will be further updates and bugfixes soon (as of 12/23/2006). version 0.2: (released 12/25/2006): added drag and drop lines to training for configuring space intervals; added a dialog for viewing the log file from within the program; added "Train With This Scan" menu option; also fixed some minor bugs and added some other minor features; removed some menu options and decided that spell-checking should be done with a script external to the program; version 0.2.1: (released 12/26/2006): added --list-profiles commandline option and fixed at least one minor bug; version 0.2.2: (released 12/26/2006): added commandline options "--set-scan-dir" and "--set-save-dir";