<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bookpipeline/cmd, branch v0.2.5</title>
<subtitle>Tools to process books in a cloud based pipeline system</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/'/>
<entry>
<title>Update preproc to v0.1.4 to take advantage of vertical wiping parameters, and change WipeFile() to take advantage of them</title>
<updated>2020-07-20T10:49:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-20T10:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8'/>
<id>9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getallhocrs tool</title>
<updated>2020-06-15T14:14:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-15T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=8aa2d713d511baeaa94472e238e46c6d02ac9332'/>
<id>8aa2d713d511baeaa94472e238e46c6d02ac9332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hopefully fix last bug in analyse step of bookpipeline</title>
<updated>2020-06-03T13:01:25+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-03T13:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=2de8fba408b1ccd818a0af42e5c16fb09ef35f58'/>
<id>2de8fba408b1ccd818a0af42e5c16fb09ef35f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in analyse step of bookpipeline</title>
<updated>2020-06-03T11:17:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-03T11:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=b666fad92b8d4d5329c9babdce2e61dd0ee56a55'/>
<id>b666fad92b8d4d5329c9babdce2e61dd0ee56a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition that could cause errors to be silently discarded</title>
<updated>2020-06-02T15:32:15+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-02T15:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=7c564921465d2531db9308c14a21ac392fdcb289'/>
<id>7c564921465d2531db9308c14a21ac392fdcb289</id>
<content type='text'>
This was a nasty one. By closing the up channel, the up() function
would finish and send to the done channel. This means that the select
between err and done would be random as to which was picked, whereas
of course if there has been an error that path must be taken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a nasty one. By closing the up channel, the up() function
would finish and send to the done channel. This means that the select
between err and done would be random as to which was picked, whereas
of course if there has been an error that path must be taken.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bookpipeline] Remove local copy of original page image once preprocessed</title>
<updated>2020-05-29T16:34:04+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-29T16:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=28547cd18571c102f1905475caa0667021288ad9'/>
<id>28547cd18571c102f1905475caa0667021288ad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'minimisedisk'</title>
<updated>2020-05-29T16:05:41+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-29T16:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=06ede6badde279081c592b4408002218590b4125'/>
<id>06ede6badde279081c592b4408002218590b4125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -c conntype for necessary tools to allow local connection to be used</title>
<updated>2020-05-26T15:03:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-26T15:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=ebc27eef77868fa44daed7cfb0ea129690029da8'/>
<id>ebc27eef77868fa44daed7cfb0ea129690029da8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bookpipeline failing if shutdown option isnt used</title>
<updated>2020-05-22T17:14:52+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-22T17:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=519244c01ff6a5cd3550fc44656b6eb741b99a8a'/>
<id>519244c01ff6a5cd3550fc44656b6eb741b99a8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[untested] Use less disk space</title>
<updated>2020-05-22T11:02:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-22T11:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=8d7f88c2caba3a40c50a04aff1072218b931e8bc'/>
<id>8d7f88c2caba3a40c50a04aff1072218b931e8bc</id>
<content type='text'>
There are several ways that disk usage is reduced with this patch:
- Files are deleted as soon as they have been uploaded
- Once a page image has been added to a PDF, immediately delete it

This should allow much larger books to be processed without needing
bigger disks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are several ways that disk usage is reduced with this patch:
- Files are deleted as soon as they have been uploaded
- Once a page image has been added to a PDF, immediately delete it

This should allow much larger books to be processed without needing
bigger disks.
</pre>
</div>
</content>
</entry>
</feed>
