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