diff options
Diffstat (limited to 'hocrtotxt')
-rw-r--r-- | hocrtotxt/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |