Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Docsplit 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 13, 2011
1 parent 1f717c8 commit 5896734
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docsplit.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'docsplit'
s.version = '0.5.2' # Keep version in sync with docsplit.rb
s.date = '2011-05-13'
s.version = '0.6.0' # Keep version in sync with docsplit.rb
s.date = '2011-09-13'

s.homepage = "http://documentcloud.github.com/docsplit/"
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"
Expand Down
15 changes: 14 additions & 1 deletion index.html
Expand Up @@ -98,7 +98,7 @@ <h1>Doc<sub style="font-size:150%;">&#9889;</sub>split</h1>
(title, author, number of pages...)
</p>

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

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

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

<p>
<b class="header">0.6.0</b><small> &ndash; Sept. 13, 2011</small><br />
Docsplit should now handle shelling out for documents with arbitrary
characters in their filenames correctly, thanks to a series of
epic patches from Vladimir Rybas.
A <tt>--density</tt> option was added for specifying the resolution of
rasterization when generating images from documents.
The image resolution for OCR has been doubled from 200 to 400 DPI &mdash;
this shouldn't make a noticeable difference for normal docs, but will make
a world of difference for the fine print.
Docsplit now uses GraphicsMagick's <tt>--despeckle</tt> before OCR.
</p>

<p>
<b class="header">0.5.2</b><small> &ndash; May 13, 2011</small><br />
For transparent conversion to PDF, made Docsplit prefer GraphicsMagick
Expand Down
2 changes: 1 addition & 1 deletion lib/docsplit.rb
@@ -1,7 +1,7 @@
# The Docsplit module delegates to the Java PDF extractors.
module Docsplit

VERSION = '0.5.2' # Keep in sync with gemspec.
VERSION = '0.6.0' # Keep in sync with gemspec.

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

Expand Down

0 comments on commit 5896734

Please sign in to comment.