From 848f961c277525ebba3ab08fadc116970bcfed24 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 11:56:56 +0100 Subject: Add godoc documentation --- cmd/eeboxmltohocr/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/eeboxmltohocr') diff --git a/cmd/eeboxmltohocr/main.go b/cmd/eeboxmltohocr/main.go index aaad3a5..867717f 100644 --- a/cmd/eeboxmltohocr/main.go +++ b/cmd/eeboxmltohocr/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// eeboxmltohocr converts the XML from an EEBO download to hOCR, which +// can be easily incorporated into a searchable PDF package main import ( -- cgit v1.2.1-24-ge1ad