diff options
Diffstat (limited to 'cmd/pdfbook/main.go')
-rw-r--r-- | cmd/pdfbook/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/pdfbook/main.go b/cmd/pdfbook/main.go index 923d97e..0f72ecb 100644 --- a/cmd/pdfbook/main.go +++ b/cmd/pdfbook/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. +// pdfbook creates a searchable PDF from a directory of hOCR and +// image files. package main import ( |