Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 13, 2016
1 parent a1bdb80 commit 09ff484
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
gImageReader 3.1.99 (Oct 13 2016):
* gImageReader 3.2 release candidate
* General improvements:
- Catch critical tesseract errors which otherwise result in the application crashing
- Improve spelling dictionary auto-installation logic
- Allow choosing whether to store language files (language definitions, spelling dictionaries) in system-wide or user-local directories
* Plain text mode improvements:
- Allow recognizing user-defined regions on multiple pages
- Also tread \u2014 character as a hyphen
- Make preserve paragraphs option correctly deal with trailing whitespace
* hOCR editor improvements:
- Add "Add to dictionary" and "Ignore word" actions to spell-checking menu in hOCR editor
- Exclude non-word characters from spell-checking
- Allow merging adjacent word items
- Allow adjusting bounding boxes of document elements by resizing the selection in the canvas
- Allow removing arbitrary items from the document tree
- Allow defining custom graphic regions from context-menu of the respective page item
* PDF export improvements:
- Add previewing capability
- Take into account baseline information to better position the words in the generated PDF
- Add options to choose color format and compression of images written to PDF, allowing to greatly reduce the size of PDF
- Correctly handle paper size and DPI
- Improve logic for uniformizing word and line spacing
- Make sure correct hypen character is used, allowing PDF applications to correctly find hyphenated words
* New and updated translations
* Various bug fixes
* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master

gImageReader 3.1.91 (May 03 2016):
* gImageReader 3.2 beta 2
* Fix crash when editing items in the hOCR editor
Expand Down
3 changes: 2 additions & 1 deletion data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
</ul>
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<p>gImageReader 3.2.0 (Oct XX 2016):</p>
<p>gImageReader 3.1.99 (Oct 13 2016):</p>
<ul>
<li>gImageReader 3.2 release candidate</li>
<li>General improvements:</li>
<ul>
<li>Catch critical tesseract errors which otherwise result in the application crashing</li>
Expand Down

0 comments on commit 09ff484

Please sign in to comment.