diff options
Diffstat (limited to 'pkg/line')
-rw-r--r-- | pkg/line/line.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/line/line.go b/pkg/line/line.go index b1e9021..bac7fa4 100644 --- a/pkg/line/line.go +++ b/pkg/line/line.go @@ -2,6 +2,7 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// line contains various functions to manipulate ocr lines package line import ( |