[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The Apple II Redbook Manual Online
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In article <982l68$r67$1@merope.saaf.se>, Paul Schlyter <pausch@saaf.se> wrote:
>In article <%DZo6.65001$o85.366693@news-server.bigpond.net.au>,
>Simon Biber <simon@basilisk2.cjb.net> wrote:
>> You can download the whole lot here:
>> ftp://ftp.apple.asimov.net/pub/apple_II/incoming/A2.REDBOOK.zip
>>
>> It's a 44,109,341 byte zip file which unzips to 44,083,351 bytes of JPEGs.
>> The JPEGs didn't compress at all.
>
>So why did you zip them all together? Now one has to get all 44 Megs
>only to test if OCR'in is feasible.
On a cable-modem or DSL connection, it only takes a few minutes to suck 'em
all down. Putting them in one file makes them easier to grab as a set.
(The Zip format allows files to be stored without compression, which
would've been the better way to group already-compressed files (JPEGs, MP3s,
etc.) together.)
- From what little fooling around I was able to do last night, once the files
are converted from grayscale (8 bpp) to 1 bpp, they should feed into most
OCR packages fairly easily. I did a batch conversion under Linux, something
like this:
for i in *.jpg; do djpeg -P $i | ppmtopgm | pgmtopbm -thresh -val 0.7 | \
pnmtotiff >$i.tif; done
Under WinME, I had TextBridge Pro 98 convert one of the pages to text; it
had a few errors, but not so many as to be useless. The text was dumped
into Notepad, where HTML tags were added for formatting. It looks like I
have a project on which to work now...:-)
_/_
/ v \
(IIGS( Scott Alfter (remove Voyager's hull number for email address)
\_^_/ http://salfter.dyndns.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE6pSg7VgTKos01OwkRAjMBAJ9iU4FwvWPFc/sNn7sVIzmHdfxtEACg4cZb
qCOq6LCPK/GB4hO7wWqNfCQ=
=4FEO
-----END PGP SIGNATURE-----