From 69aae6b93dcadd9e4895f86fe661ee80e79dcf9e Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 Oct 2019 15:49:52 +0100 Subject: 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 --- avg-lines/html.go | 2 +- avg-lines/main.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'avg-lines') 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() { -- cgit v1.2.1-24-ge1ad