From dacb5cf28e3ede3b9f1bbf2d9d80b5a9d0d1bc56 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 10:45:12 +0100 Subject: Briefly document each of the commands in a godoc friendly way, and improve the cloudsettings documentation slightly --- cmd/pdfbook/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/pdfbook') 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 ( -- cgit v1.2.1-24-ge1ad