summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-27 17:45:16 +0000
committerNick White <git@njw.name>2020-02-27 17:45:16 +0000
commit3880414bbf2d6f2cd05e208abf919ae5ceabeddc (patch)
treedee30a151048de65a3e42cfdae7739c4502e148f
parentcda45588cfb796fdd2af27b1851685270df2c02b (diff)
Reorganise all commands to be behind cmd/
-rw-r--r--cmd/avg-lines/html.go (renamed from avg-lines/html.go)0
-rw-r--r--cmd/avg-lines/main.go (renamed from avg-lines/main.go)0
-rw-r--r--cmd/boxtotxt/main.go (renamed from boxtotxt/main.go)0
-rw-r--r--cmd/bucket-lines/bucket.go (renamed from bucket-lines/bucket.go)0
-rw-r--r--cmd/bucket-lines/main.go (renamed from bucket-lines/main.go)0
-rw-r--r--cmd/dehyphenate/main.go (renamed from dehyphenate/main.go)0
-rw-r--r--cmd/eeboxmltohocr/main.go (renamed from eeboxmltohocr/main.go)0
-rw-r--r--cmd/fonttobytes/main.go (renamed from fonttobytes/main.go)0
-rw-r--r--cmd/hocrtotxt/main.go (renamed from hocrtotxt/main.go)0
-rw-r--r--cmd/pare-gt/main.go (renamed from pare-gt/main.go)0
-rw-r--r--cmd/pare-gt/main_test.go (renamed from pare-gt/main_test.go)0
-rw-r--r--cmd/pgconf/main.go (renamed from pgconf/main.go)0
-rw-r--r--doc.go2
13 files changed, 0 insertions, 2 deletions
diff --git a/avg-lines/html.go b/cmd/avg-lines/html.go
index 97d8ec9..97d8ec9 100644
--- a/avg-lines/html.go
+++ b/cmd/avg-lines/html.go
diff --git a/avg-lines/main.go b/cmd/avg-lines/main.go
index f7cedab..f7cedab 100644
--- a/avg-lines/main.go
+++ b/cmd/avg-lines/main.go
diff --git a/boxtotxt/main.go b/cmd/boxtotxt/main.go
index 058eb05..058eb05 100644
--- a/boxtotxt/main.go
+++ b/cmd/boxtotxt/main.go
diff --git a/bucket-lines/bucket.go b/cmd/bucket-lines/bucket.go
index 7b6fc4f..7b6fc4f 100644
--- a/bucket-lines/bucket.go
+++ b/cmd/bucket-lines/bucket.go
diff --git a/bucket-lines/main.go b/cmd/bucket-lines/main.go
index af81b44..af81b44 100644
--- a/bucket-lines/main.go
+++ b/cmd/bucket-lines/main.go
diff --git a/dehyphenate/main.go b/cmd/dehyphenate/main.go
index b2bd6f9..b2bd6f9 100644
--- a/dehyphenate/main.go
+++ b/cmd/dehyphenate/main.go
diff --git a/eeboxmltohocr/main.go b/cmd/eeboxmltohocr/main.go
index 2761cd9..2761cd9 100644
--- a/eeboxmltohocr/main.go
+++ b/cmd/eeboxmltohocr/main.go
diff --git a/fonttobytes/main.go b/cmd/fonttobytes/main.go
index 8310e0f..8310e0f 100644
--- a/fonttobytes/main.go
+++ b/cmd/fonttobytes/main.go
diff --git a/hocrtotxt/main.go b/cmd/hocrtotxt/main.go
index 6716a9e..6716a9e 100644
--- a/hocrtotxt/main.go
+++ b/cmd/hocrtotxt/main.go
diff --git a/pare-gt/main.go b/cmd/pare-gt/main.go
index a4d9600..a4d9600 100644
--- a/pare-gt/main.go
+++ b/cmd/pare-gt/main.go
diff --git a/pare-gt/main_test.go b/cmd/pare-gt/main_test.go
index c381a86..c381a86 100644
--- a/pare-gt/main_test.go
+++ b/cmd/pare-gt/main_test.go
diff --git a/pgconf/main.go b/cmd/pgconf/main.go
index dbc6af8..dbc6af8 100644
--- a/pgconf/main.go
+++ b/cmd/pgconf/main.go
diff --git a/doc.go b/doc.go
deleted file mode 100644
index 8063aa8..0000000
--- a/doc.go
+++ /dev/null
@@ -1,2 +0,0 @@
-// A collection of OCR related utilities and packages
-package utils