Update release notes for 4.3

This commit is contained in:
James R. Barlow
2016-10-27 23:48:12 -07:00
parent 717acd9855
commit 3d37ae988a
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -4,6 +4,17 @@ RELEASE NOTES
OCRmyPDF uses `semantic versioning <http://semver.org/>`_.
v4.3:
=====
- New feature ``--remove-background`` to detect and erase the background of color and grayscale images
- Better documentation
- Fixed an issue with PDFs that draw images when the raster stack depth is zero
- ocrmypdf can now redirect its output to stdout for use in a shell pipeline
+ This does not improve performance since temporary files are still used for buffering
+ Some output validation is disabled in this mode
v4.2.5:
=======
+1 -1
View File
@@ -164,7 +164,7 @@ parser.add_argument(
"standard input)")
parser.add_argument(
'output_file',
help="output searchable PDF file")
help="output searchable PDF file (or '-' to write to standard output)")
parser.add_argument(
'-l', '--language', action='append',
help="languages of the file to be OCRed (see tesseract --list-langs for "