diff options
author | Nick White <git@njw.name> | 2019-01-25 17:38:33 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-01-25 17:38:33 +0000 |
commit | a05e986286efe9168ea404729652650086bab4cc (patch) | |
tree | 461fa4370ec919b612703d1e95c757176d31dae1 /lib/hocr/lines.go | |
parent | 40c1e4956c0f4cd2c5f139aba7cb7bc04c57fc0f (diff) |
Use consistent naming for .prob and .hocr OcrName
Diffstat (limited to 'lib/hocr/lines.go')
-rw-r--r-- | lib/hocr/lines.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/hocr/lines.go b/lib/hocr/lines.go index 985c7d0..84c2130 100644 --- a/lib/hocr/lines.go +++ b/lib/hocr/lines.go @@ -2,9 +2,6 @@ package hocr // TODO: Parse line name to zero pad line numbers, so they can // be sorted easily -// TODO: have same filename format as .prob uses, so include base -// dirname, and don't include line numbers if there's only -// one line in the hocr import ( "image" |