Compare commits
3
Commits
v4.3
...
v1.1-stable
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d55e36267a | ||
|
|
6ea29cc892 | ||
|
|
0245ce4385 |
+2
-2
@@ -4,7 +4,7 @@
|
||||
##############################################################################
|
||||
|
||||
TOOLNAME="OCRmyPDF"
|
||||
VERSION="v1.0-stable"
|
||||
VERSION="v1.1-stable"
|
||||
|
||||
START=`date +%s`
|
||||
|
||||
@@ -229,7 +229,7 @@ while read pageSize ; do
|
||||
# Identify if page image should be saved as ppm (color) or pgm (gray)
|
||||
ext="ppm"
|
||||
opt=""
|
||||
if [ $colorspaceCurImg == "Gray" ]; then
|
||||
if [ $colorspaceCurImg = "Gray" ]; then
|
||||
ext="pgm"
|
||||
opt="-gray"
|
||||
fi
|
||||
|
||||
@@ -3,7 +3,7 @@ OCRmyPDF
|
||||
|
||||
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
|
||||
|
||||
To get the script usage, call: ./OCmyPDF.sh -h
|
||||
To get the script usage, call: sh ./OCRmyPDF.sh -h
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
@@ -5,6 +5,38 @@ Please always read this file before installing the package
|
||||
|
||||
Download software here: https://github.com/fritz-hh/OCRmyPDF/tags
|
||||
|
||||
v1.1-stable (2014-01-06):
|
||||
====
|
||||
|
||||
New features
|
||||
------------
|
||||
|
||||
- N/A
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
- N/A
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
- Fixed syntax error (bashism) leading to an error message on certain systems (fixes #42)
|
||||
|
||||
Tested with
|
||||
-----------
|
||||
|
||||
- Operating system: FreeBSD 9.1
|
||||
- Dependencies:
|
||||
- poppler-utils 0.22.2
|
||||
- ImageMagick 6.8.0-7 2013-03-30
|
||||
- Unpaper 0.3
|
||||
- tesseract 3.02.02
|
||||
- Python 2.7.3
|
||||
- pdftk 1.45
|
||||
- ghoscript (gs): 9.06
|
||||
- java: openjdk version "1.7.0_17"
|
||||
|
||||
v1.0-stable (2013-05-06):
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user