Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e00369b3395c0cbff5178407a6f1e45a > files > 6

gocr-0.3.5-1mdk.i586.rpm

History: (Changes,ChangeLog)

 0.3.5
        minor and major fixes (string\0 bugs)
        memory leak fixes by Duncan Edwards
        layout analysis or zoning (-m 4) improved, 
        now it detects pictures and columns much better
        the behavior of setting threshold (-l) is slightly changed
        wcsdup defined for non-gnu-systems (BSD), further Problems?
        better context correction for 10 (IO,lO)
        Fixes for S.Koledin examples "GlS"
        Euro-currency-sign detection added
        better pitch estimation for proportional font (needs to be improved)
        make install DESTDIR= instead configure --prefix= (better?)
        use wchar_t by default, more simple code and -f works with nonLinuxOS
        line detection more robust against vertical glued chars (js)
        -f UTF8 added (usefull for xterm -u8), should be default?
        handle vertical glued boxes (ex: g over T)
 0.3.4
        some BSD adaptions (no WCHAR?), tell me if there are still problems
        use unicode in database (4-8 hex digits)
        new option: -p database_path/
        TILDE fixed, #, Æ, Å, etc. added (swedish,norwegian)
        layout analysis improved
 0.3.3
        database (-m 2) bug fixed and interactive mode (-m 130) added
          its not finished, but you can test it
          result should be ok for machine generated images (no scans)           
        engine improved a bit
 0.3.2
        ocr-engine improved for screen fonts (thanks for examples)
        option -f [HTML,TeX,...] added
 0.3.1
        make install updated
 0.3.0  some parts of the code reviewed (most work done by Bruno Barberi Gnecco)
        tkispell patch from David Pinson (exec bug fixed)
	gnome frontend added (Dany De Bontrider)
        acute, grave, circumflex ... detection
        C++ parts rewritten into C, and much more (see REVIEW)
 0.2.7  lib-patch from Klaas Freitag inserted, engine improved
        option -n 1 detect only numbers, get threshold value by otsu.cc
        xxx.pnm.bz2 can be used on linux systems bzip2 installed
 0.2.6  pipes used on POSIX2-systems for easier use of jpg,gif,tiff,pnm.gz-files
        example: gocr text.jpg; gocr text.pnm.gz
        verbose output on stderr, text output on stdout,
        redirection of output possible (-e, -o, example: -e /dev/stdout)
        engine upgraded a bit  (thx for the new sample files)
        gocr.tcl upgraded (save options, save text)
        DOS/WIN95-EXE created, download GOCREXE.ZIP (v0.2.5)
 0.2.5  program convert renamed to jconv
        you can choose stdin as input now, for using conversion tools
	example: djpeg -pnm -gray text.jpg | gocr -i -
        option "--help" added, some bugs removed
	amiga.h added for SAS/C under AmigaOS (suggested by Uffe Holst)
	line detection changed (faster?)
	importing gocr in your C++ application is easier now (see fkt pgm2asc)
	argument can be given instead of option -i (this is more natural)
	some reorganization of code (not finished)
	2000 downloads counted !!! Jun2000
        SourceForge.net used for gocr (project: jocr, other gocr exist there)
        bugs in dust removing, line detection and zoning fixed (rewritten)
        first version of tcl/tk-GUI, test it!
        rekursive function frame_nn() replaced by labyrint-algorithm (no extensiv stack used)
        gluing of broken chars added, removing glued serifs (on small fonts)
        new bugs added :;
 0.2.4a2 some details are added (better dust removing and char division)
 0.2.4  three char division (connected chars), dust removing
 0.2.3	add layout analysis (very slowly, try -m 4), engine modified
        better distance function, engine updated, database added for testing
	1000 downloads counted !!! May2000
 0.2.2	gocr_0_2.tgz expands into gocr_0_2 directory (thanks to zz99zz)
	engine upgraded a bit, some bugs fixed (umlaut, thin lines)
	short documentation added (ocr.tex)
	colored output (out30.bmp) for test/development-mode
	bug: read ASC-PBM and PCX (1 bit) fixed
 0.2.1	first official release on freshmeat.net March 2000
 0.2	line scanning added
 0.1	project started (not documented), autumn 1998 - summer 1999