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/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avg-lines/main.go') 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