Skip to content

Commit

Permalink
Version 0.3.1, with OCR memory limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 9, 2010
1 parent d126c92 commit ab22053
Show file tree
Hide file tree
Showing 3 changed files with 11 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.3.0' # Keep version in sync with docsplit.rb
s.date = '2010-8-5'
s.version = '0.3.1' # Keep version in sync with docsplit.rb
s.date = '2010-8-10'

s.homepage = "http://documentcloud.github.com/docsplit/"
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"
Expand Down
9 changes: 8 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.3.0</a>.</p>
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.3.1</a>.</p>

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

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

<p>
<b class="header">0.3.1</b><br />
Added a memory limit to GraphicsMagick while generating the TIFFs for
Tesseract OCR -- prevents <tt>gm</tt> from gobbling up all available memory
on large files.
</p>

<p>
<b class="header">0.3.0</b><br />
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.3.0' # Keep in sync with gemspec.
VERSION = '0.3.1' # Keep in sync with gemspec.

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

Expand Down

0 comments on commit ab22053

Please sign in to comment.