Skip to content

Commit 5896734

Browse files
committed
Docsplit 0.6.0
1 parent 1f717c8 commit 5896734

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

docsplit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'docsplit'
3-
s.version = '0.5.2' # Keep version in sync with docsplit.rb
4-
s.date = '2011-05-13'
3+
s.version = '0.6.0' # Keep version in sync with docsplit.rb
4+
s.date = '2011-09-13'
55

66
s.homepage = "http://documentcloud.github.com/docsplit/"
77
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>Doc<sub style="font-size:150%;">&#9889;</sub>split</h1>
9898
(title, author, number of pages...)
9999
</p>
100100

101-
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.5.1</a>.</p>
101+
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.6.0</a>.</p>
102102

103103
<p>
104104
<i>Docsplit is an open-source component of <a href="http://documentcloud.org/">DocumentCloud</a>.</i>
@@ -277,6 +277,19 @@ <h2 id="internals">Internals</h2>
277277

278278
<h2 id="changes">Change Log</h2>
279279

280+
<p>
281+
<b class="header">0.6.0</b><small> &ndash; Sept. 13, 2011</small><br />
282+
Docsplit should now handle shelling out for documents with arbitrary
283+
characters in their filenames correctly, thanks to a series of
284+
epic patches from Vladimir Rybas.
285+
A <tt>--density</tt> option was added for specifying the resolution of
286+
rasterization when generating images from documents.
287+
The image resolution for OCR has been doubled from 200 to 400 DPI &mdash;
288+
this shouldn't make a noticeable difference for normal docs, but will make
289+
a world of difference for the fine print.
290+
Docsplit now uses GraphicsMagick's <tt>--despeckle</tt> before OCR.
291+
</p>
292+
280293
<p>
281294
<b class="header">0.5.2</b><small> &ndash; May 13, 2011</small><br />
282295
For transparent conversion to PDF, made Docsplit prefer GraphicsMagick

lib/docsplit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Docsplit module delegates to the Java PDF extractors.
22
module Docsplit
33

4-
VERSION = '0.5.2' # Keep in sync with gemspec.
4+
VERSION = '0.6.0' # Keep in sync with gemspec.
55

66
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
77

0 commit comments

Comments
 (0)