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 --- hocrtotxt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hocrtotxt') diff --git a/hocrtotxt/main.go b/hocrtotxt/main.go index 6821a9e..6716a9e 100644 --- a/hocrtotxt/main.go +++ b/hocrtotxt/main.go @@ -6,7 +6,7 @@ import ( "log" "os" - "rescribe.xyz/go.git/lib/hocr" + "rescribe.xyz/utils/pkg/hocr" ) func main() { -- cgit v1.2.1-24-ge1ad