File: ChangeLog

package info (click to toggle)
hocr 0.8.2-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,004 kB
  • ctags: 430
  • sloc: sh: 8,885; ansic: 7,481; makefile: 246; cpp: 242; python: 72; perl: 11; java: 1
file content (186 lines) | stat: -rw-r--r-- 5,166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
hocr (0.8.2)

 * change g_file_set_contents to simple fprintf call in file 
   examples/hocr-gtk/callbacks.c
 * add hspell backend to hocr_textbuffer
 * add glib's Character Set Conversion support to hocr_textbuffer
 * add glib's File save support to hocr_textbuffer
 * add gtk's open/save picture files to hocr_pixbuf.
 * default brightness is 128 now
 * new and preetier logo by Shlomi
 * Daniel Nylander: swedish Swedish translation of hocr-gtk
 
 -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 15 Jan 2006 22:13

hocr (0.8.0)

 * Shlomi Israel: hocr logo.
 * Tal. (tal.bav@gmail.com): Fix memory leak when unrefing the text structure 
 
 -- Yaacov Zamir <kzamir@walla.co.il>  Sat, 14 Jan 2006 22:13

hocr (0.7.2)

 * command line example implements pipes
 * Tal. (tal.bav@gmail.com): add save ppm to command line example.
 * move tal's save as pnm to the internal hocr_pixbuf functions.
 * add command line args to hocr-gtk example
 * add save picture to hocr-gtk example
 * add xsane option to hocr-gtk example
 * clean picture from artefacts before ocr it
 * Tal. (tal.bav@gmail.com): add java binding example imagej-plugin
 
 -- Yaacov Zamir <kzamir@walla.co.il>  Thu, 5 Jan 2006 22:13
 
hocr (0.7.1)

 * Fix bindings
 * add pyGTK example
 * Diego Iastrubni: fix qt example

 -- Yaacov Zamir <kzamir@walla.co.il>  Mon, 2 Jan 2006 22:13

hocr (0.7.0)

 * add bindings to C++, Python and Perl
 * documentation is now separate for c and cpp

 -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 1 Jan 2006 22:13
 
hocr (0.6.4)

 * make memory allocation dinamic in do_ocr

 -- Yaacov Zamir <kzamir@walla.co.il>  Wed, 14 Dec 2005 22:13

hocr (0.6.1)

 * code cleanups
 * add benchmark tests for: 
   Literature, poetry (with nikud) and bible texts.

 -- Yaacov Zamir <kzamir@walla.co.il>  Wed, 14 Dec 2005 22:13
 
hocr (0.6.0)

 * can read nikud
 * add command var to the pixbuf structure

 -- Yaacov Zamir <kzamir@walla.co.il>  Tue, 13 Dec 2005 22:13
 
hocr (0.5.1)
  
  * examples now named: hocr, hocr-gtk
  * fix line equation for short lines
  * create different file for different objects
  * use a textbuffer structure
   
  -- Yaacov Zamir <kzamir@walla.co.il>  Sat, 10 Dec 2005 22:13

hocr (0.4.8)

  * Use columns
  * Ignure nikud marks
  * use non horizontal lines
  * add command to the image buffer struct to let user control ocr.
  * add none-used error to the image struct to let peogram return 
    feedback to user

  -- Yaacov Zamir <kzamir@walla.co.il> Wed, 07 Dec 2005 22:13

hocr (0.4.7)

  * Remove cpp (and hocr-qt) bindings, untill API stabilize.

  -- Yaacov Zamir <kzamir@walla.co.il> Wed, 07 Dec 2005 22:13

hocr (0.4.6)

  * Fix a bug in get/set bit functions
  * Add desktop menu entry only if hocr-gtk is made
  * Use gtk toolkit and not gnome to make example more portable
  * Rename the gui example hocr-gtk

  -- Yaacov Zamir <kzamir@walla.co.il> Mon, 21 Nov 2005 00:13
  
hocr (0.4.5a)

  * Ido Kanner reported a buffer overflow on hocr cmd line example, fixed.

  -- Yaacov Zamir <kzamir@walla.co.il> Sun, 04 Sep 2005 22:13
  
hocr (0.4.5)
  
  * Yuval Tanny: idea to make line detection more accurate
    by adding min/max line_coverage consts and a minimum
    finding logic between lines.
    
  * add a HACKING and BUGS files to set guidelines for patches in
    the future.

  * add hocr-qt example and remove qhocr and the bsd things.
  
  -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 21 Aug 2005 02:13
  
hocr (0.4.4)
  
  * add Diego Iastrubni <elcuco@kde.org> qhocr to the examples directory.
    see examles/README_examples and examples/COPYING_examples.
  
  -- Yaacov Zamir <kzamir@walla.co.il>  Fri, 19 Aug 2005 02:13

hocr (0.4.3)
  
  * add C++ bindings
  
  -- Yaacov Zamir <kzamir@walla.co.il>  Thu, 18 Aug 2005 22:13

hocr (0.4.3)
  
  * add hocr man file
  * add file input function for pbm formated files
  * add documentation in the hocr.h file.
  
  -- Yaacov Zamir <kzamir@walla.co.il>  Thu, 18 Aug 2005 22:13
  
hocr (0.4.0)

  * hocr is a lib now
  * Yuval Tanny: patch to use get/set pixels functions,
    making the code much more readable and smaller.
  * remove gnome, gtk and glib dependencies from ocr code
  * TODO: create a load image function
  
  -- Yaacov Zamir <kzamir@walla.co.il>  Tue, 16 Aug 2005 22:13

hocr (0.3.2)

  * make the command line compatible with gocr -i input_file -f format
  * add html output to command line
  * add sane support by assuming input is ppm if not explicitly set

  -- Yaacov Zamir <kzamir@walla.co.il>  Tue, 16 Aug 2005 22:13
  
hocr (0.3.1)

  * Dan Kenigsberg: Fix memory leak when openinig new picture
  * Dovix: add menu entry and a spec file for rpm creating
  * add command line interface for Dan Kenigsberg

  -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 14 Aug 2005 22:13
  
hocr (0.3.0)

  * close crash bug
  * add zoom in and out

  -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 14 Aug 2005 22:13
   
hocr (0.2.0)

  * Initial release
  * Add spell check
  * Add patch by Yuval Tanny: make gui interface more usable by coloring the unreadble 
    signs and putting picture and text on the same window.

  -- Yaacov Zamir <kzamir@walla.co.il>  Sun, 14 Aug 2005 22:13