summaryrefslogtreecommitdiff
path: root/avg-lines
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-08 15:49:52 +0100
committerNick White <git@njw.name>2019-10-08 15:49:52 +0100
commit69aae6b93dcadd9e4895f86fe661ee80e79dcf9e (patch)
treebfc42b832a6d6e3051631eb6cf530e1400b2c080 /avg-lines
parentd43c11bf653bfe3c1ad1ed277f1ec08bf155cf98 (diff)
Remove parts that have been moved elsewhere, and rename to rescribe.xyz/utils
bookpipeline is now at rescribe.xyz/bookpipeline preproc is now at rescribe.xyz/preproc integralimg is now at rescribe.xyz/preproc/integralimg
Diffstat (limited to 'avg-lines')
-rw-r--r--avg-lines/html.go2
-rw-r--r--avg-lines/main.go6
2 files changed, 4 insertions, 4 deletions
diff --git a/avg-lines/html.go b/avg-lines/html.go
index 443cc4a..97d8ec9 100644
--- a/avg-lines/html.go
+++ b/avg-lines/html.go
@@ -5,7 +5,7 @@ import (
"os"
"path/filepath"
- "rescribe.xyz/go.git/lib/line"
+ "rescribe.xyz/utils/pkg/line"
)
func copylineimg(fn string, l line.Detail) error {
diff --git a/avg-lines/main.go b/avg-lines/main.go
index 14b21bd..f7cedab 100644
--- a/avg-lines/main.go
+++ b/avg-lines/main.go
@@ -8,9 +8,9 @@ import (
"path/filepath"
"sort"
- "rescribe.xyz/go.git/lib/hocr"
- "rescribe.xyz/go.git/lib/line"
- "rescribe.xyz/go.git/lib/prob"
+ "rescribe.xyz/utils/pkg/hocr"
+ "rescribe.xyz/utils/pkg/line"
+ "rescribe.xyz/utils/pkg/prob"
)
func main() {