summaryrefslogtreecommitdiff
path: root/lib/hocr/lines.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-01-25 15:26:55 +0000
committerNick White <git@njw.name>2019-01-25 15:26:55 +0000
commit78da255c88719db8231d615b956ef99ada6d9f5d (patch)
treecb3c59706e2c584f24c671e3e506a3e0669026ad /lib/hocr/lines.go
parent524fd9bde90fbe9c6e985ead5e6eac284192f427 (diff)
Update location of libraries
Diffstat (limited to 'lib/hocr/lines.go')
-rw-r--r--lib/hocr/lines.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hocr/lines.go b/lib/hocr/lines.go
index 4902b40..985c7d0 100644
--- a/lib/hocr/lines.go
+++ b/lib/hocr/lines.go
@@ -14,7 +14,7 @@ import (
"path/filepath"
"strings"
- "git.rescribe.xyz/testingtools/lib/line"
+ "rescribe.xyz/go.git/lib/line"
)
func parseLineDetails(h Hocr, i image.Image, name string) (line.Details, error) {