diff options
Diffstat (limited to 'cmd/eeboxmltohocr')
-rw-r--r-- | cmd/eeboxmltohocr/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 ( |