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/confgraph/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/confgraph') diff --git a/cmd/confgraph/main.go b/cmd/confgraph/main.go index 55d2fd5..864e44b 100644 --- a/cmd/confgraph/main.go +++ b/cmd/confgraph/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. +// confgraph creates a graph showing the average word confidence +// of each page of hOCR in a directory. package main import ( -- cgit v1.2.1-24-ge1ad