diff options
Diffstat (limited to 'cmd/bucket-lines')
-rw-r--r-- | cmd/bucket-lines/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/bucket-lines/main.go b/cmd/bucket-lines/main.go index 64ebffc..fddff21 100644 --- a/cmd/bucket-lines/main.go +++ b/cmd/bucket-lines/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. +// bucket-lines copies image-text line pairs into different directories +// according to the average character probability for the line package main import ( |