<feed xmlns='http://www.w3.org/2005/Atom'>
<title>preproc/testdata, branch v0.1.4</title>
<subtitle>Miscellaneous OCR related utilities and packages</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/'/>
<entry>
<title>Improve wiper algorithm</title>
<updated>2020-07-13T17:17:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-13T17:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=0ceaa5d97b585987539c51b8b8ce0705c06fc3a8'/>
<id>0ceaa5d97b585987539c51b8b8ce0705c06fc3a8</id>
<content type='text'>
Several changes made to wiper to improve things:
- If findbestedge finds more than one 'best' line, choose
  the middle one, rather than the first.
- findbestedge selects the line with the lowest number of
  black pixels, rather than (erroneously) the highest.
- Added a findedgesOutin() function, which finds edges like
  findedges() but looking from the outside edges of the image
  inwards, rather than from the inside out. More testing is
  needed to decide whether this is useful; initial testing
  showed very little difference, but that was limited to lightly
  binarised images. This is in use by VWipe() at present, where
  worries about several gutters thanks to the edges of other
  pages aren't present.
- Added separate vwsize, vthresh and vmin arguments to WipeFile
  so that vertical wiping can have different parameters (which
  is very important for good quality vertical wiping).
- Updated wiping tests.
- Rewrote the wipe cmd to use WipeFile() directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several changes made to wiper to improve things:
- If findbestedge finds more than one 'best' line, choose
  the middle one, rather than the first.
- findbestedge selects the line with the lowest number of
  black pixels, rather than (erroneously) the highest.
- Added a findedgesOutin() function, which finds edges like
  findedges() but looking from the outside edges of the image
  inwards, rather than from the inside out. More testing is
  needed to decide whether this is useful; initial testing
  showed very little difference, but that was limited to lightly
  binarised images. This is in use by VWipe() at present, where
  worries about several gutters thanks to the edges of other
  pages aren't present.
- Added separate vwsize, vthresh and vmin arguments to WipeFile
  so that vertical wiping can have different parameters (which
  is very important for good quality vertical wiping).
- Updated wiping tests.
- Rewrote the wipe cmd to use WipeFile() directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another top/bottom wipe test</title>
<updated>2020-03-05T14:44:17+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-05T14:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=822ce40a7d708ed44d6e638e2e25db9261254d13'/>
<id>822ce40a7d708ed44d6e638e2e25db9261254d13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add vertical test to wipesides</title>
<updated>2020-03-04T17:32:47+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-04T17:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=e8c47ee22391bc395bc4c8001c8edde9b6eff708'/>
<id>e8c47ee22391bc395bc4c8001c8edde9b6eff708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add edge detection tests for wipesides</title>
<updated>2020-03-03T18:16:25+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-03T18:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=83f6144cfe0e91df991e107e66b73d9e037ea969'/>
<id>83f6144cfe0e91df991e107e66b73d9e037ea969</id>
<content type='text'>
These should be nice and robust to small changes that are still valid, as they don't depend on the output not changing, only on the detected sides being within appropriate limits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should be nice and robust to small changes that are still valid, as they don't depend on the output not changing, only on the detected sides being within appropriate limits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update wipesides test</title>
<updated>2020-02-20T12:33:37+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-02-20T12:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=f4b09a79aee43a52b0c2fc04d32eb1032dfe5804'/>
<id>f4b09a79aee43a52b0c2fc04d32eb1032dfe5804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue separating the repository; remove all but preproc, and move integralimg package under it</title>
<updated>2019-10-08T14:37:07+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-10-08T14:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=787d63fc5d13c6250bd33da5a8e1eadbe86188cd'/>
<id>787d63fc5d13c6250bd33da5a8e1eadbe86188cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
