<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bookpipeline, branch v0.3.1</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>Describe rescribe tool in documentation</title>
<updated>2020-11-18T13:47:44+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-18T13:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=82ee93b53ae4fcef619543f643dc626f6c9353cf'/>
<id>82ee93b53ae4fcef619543f643dc626f6c9353cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trimqueue and logwholequeue utilities which can help deal with weird queue states</title>
<updated>2020-11-17T16:37:54+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-17T16:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=2717c5ed21a082a7f24833f3d57b303fd22bd4e5'/>
<id>2717c5ed21a082a7f24833f3d57b303fd22bd4e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _bin0.x from txt filenames</title>
<updated>2020-11-17T12:24:42+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-17T12:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=f71fd636f151e5cb7eafb2ae6c21c1c188d43fdd'/>
<id>f71fd636f151e5cb7eafb2ae6c21c1c188d43fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some changes to ensure the pipeline works correctly on Windows</title>
<updated>2020-11-16T17:43:27+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-16T17:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=cfbb3481368714adcd734906d8a460b873551c90'/>
<id>cfbb3481368714adcd734906d8a460b873551c90</id>
<content type='text'>
There were a couple of places where a file was uploaded while still open,
which resulted in an attempt to remove it, which causes an error from
Windows.

The allOCRed function also included an assumption that the path separator
would be a /, which is always correct for AWS, and correct for local on
Linux and OSX, but not for local Windows. Fixed by leaving the separator
well alone.

Also, the local connection was not stripping leading \, like it did /,
which caused an issue with Windows local.

Windows local is now tested and working, at least through wine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were a couple of places where a file was uploaded while still open,
which resulted in an attempt to remove it, which causes an error from
Windows.

The allOCRed function also included an assumption that the path separator
would be a /, which is always correct for AWS, and correct for local on
Linux and OSX, but not for local Windows. Fixed by leaving the separator
well alone.

Also, the local connection was not stripping leading \, like it did /,
which caused an issue with Windows local.

Windows local is now tested and working, at least through wine.
</pre>
</div>
</content>
</entry>
<entry>
<title>[rescribe] Default to an appropriate tesscmd for Windows</title>
<updated>2020-11-16T17:43:13+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-16T17:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=eefa8f50d7ab915ce426c837cf504d26b7d4ccee'/>
<id>eefa8f50d7ab915ce426c837cf504d26b7d4ccee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rescribe] Add txt output, only keep colour pdf, and reorganise files so they're more user-friendly</title>
<updated>2020-11-16T16:44:42+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-16T16:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=56c1cf041aec9cb2352a3bd4a4b46e65a3cc04c0'/>
<id>56c1cf041aec9cb2352a3bd4a4b46e65a3cc04c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rescribe] Mention in usage that things can be saved in a different directory</title>
<updated>2020-11-16T16:44:33+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-16T16:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=6b5145f0b75c8d5719bf44d5f654b9a2d1e3b2cd'/>
<id>6b5145f0b75c8d5719bf44d5f654b9a2d1e3b2cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add makefile for generating cross compiled rescribe binaries</title>
<updated>2020-11-16T15:27:18+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-16T15:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=514665f407af82e2fe215971f247acba60959977'/>
<id>514665f407af82e2fe215971f247acba60959977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gofmt</title>
<updated>2020-11-10T12:30:15+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-10T12:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=33f1726a4c9f8013dcde39e644281059d9766bc4'/>
<id>33f1726a4c9f8013dcde39e644281059d9766bc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rescribe] Enable custom paths to tesseract command to be set (also improve some error output)</title>
<updated>2020-11-10T12:28:50+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-11-10T12:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=ad7aaf490e78e969bb5495dfda06a33d2a176aec'/>
<id>ad7aaf490e78e969bb5495dfda06a33d2a176aec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
