From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ccb00fb2 for ; Fri, 18 Oct 2019 05:59:47 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 2DD989B5B4; Fri, 18 Oct 2019 15:59:46 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 2504A9B553; Fri, 18 Oct 2019 15:59:35 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 30AB59B553; Fri, 18 Oct 2019 15:59:33 +1000 (AEST) Received: from junk.nocrew.org (junk.nocrew.org [51.15.56.219]) by minnie.tuhs.org (Postfix) with ESMTPS id A41F89B552; Fri, 18 Oct 2019 15:59:32 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=junk.nocrew.org) by junk.nocrew.org with esmtp (Exim 4.86_2) (envelope-from ) id 1iLLIQ-0005qS-PB; Fri, 18 Oct 2019 05:59:30 +0000 From: Lars Brinkhoff To: Warren Toomey Organization: nocrew References: <20191017122105.0c8b07bf@asrock> <20191017204438.GA1224@minnie.tuhs.org> <58778A1D-5640-475A-8BF3-6F4F2A5F9B5F@tuhs.org> Date: Fri, 18 Oct 2019 05:59:30 +0000 In-Reply-To: <58778A1D-5640-475A-8BF3-6F4F2A5F9B5F@tuhs.org> (Warren Toomey's message of "Fri, 18 Oct 2019 08:51:06 +1000") Message-ID: <7wftjqppa5.fsf@junk.nocrew.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [TUHS] Space Travel, was New: The Earliest UNIX Code X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Warren Toomey wrote: > Warner Losh wrote: >>> We now have the source to Space Travel, plus roff and sh, for the >>> PDP-7! >>Have these been OCR'd yet? Or just the scans? > No OCRs yet. Warren What is everyone's experience with source code OCR? I have tried it a few times, and the resutls haven't been that good. In my experience it's about as much effort as typing it manually. I'm working on a GRAPHICS-2 simulation so we can run Space Travel. Obviously I'd like a machine readable version of the program. However, I'm not volunteering to do all the typing myself.