Skip to content

Commit

Permalink
RELEASE_NOTES update prior delivery of v2.0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-hh committed Jan 25, 2014
1 parent 4cf3840 commit 1c34fd6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Main features
- Generates a searchable PDF/A file from a PDF file containing only images
- Places OCRed text accurately below the image to ease copy / paste
- Keeps the exact resolution of the original embedded images
- or if requested oversample the images before OCRing so as to get better results
- or if requested oversamples the images before OCRing so as to get better results
- If requested deskews and / or clean the image before performing OCR
- Validates the generated file against the PDF/A specification using jhove
- Provides debug mode to enable easy verification of the OCR results
Expand Down
34 changes: 33 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,44 @@ Please always read this file before installing the package

Download software here: https://github.com/fritz-hh/OCRmyPDF/tags

v2.0-rc2 (2014-01-16):
v2.0-stable (2014-01-25):
=======

New features
------------

- Check if the language(s) passed using the -l option is supported by tesseract (fixes #60)

Changes
-------

- Allow OCRmyPDF to be used with tesseract 3.02.01, even though OCR might fail for few PDF file (see issue #28). Rationale: For some linux distribution, no newer version than tesseract 3.02.01 is available

Fixes
-----

- More robust algorithm for checking the version of the installed tesseract package

Tested with
-----------

- Operating system: FreeBSD 9.1
- Dependencies:
- parallel 20130222
- poppler-utils 0.22.2
- ImageMagick 6.8.0-7 2013-03-30
- Unpaper 0.3
- tesseract 3.02.02
- Python 2.7.3
- ghoscript (gs): 9.06
- java: openjdk version "1.7.0_17"

v2.0-rc2 (2014-01-16):
=======

New features
------------

- None

Changes
Expand Down
2 changes: 1 addition & 1 deletion src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be deter
#####################################################################################

TOOLNAME="OCRmyPDF"
VERSION="v2.0-rc2"
VERSION="v2.0-stable"

# possible exit codes
EXIT_BAD_ARGS="1"
Expand Down

0 comments on commit 1c34fd6

Please sign in to comment.