diff options
Diffstat (limited to 'cmd/splittable')
-rw-r--r-- | cmd/splittable/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/splittable/main.go b/cmd/splittable/main.go index 9055cf8..ff5082b 100644 --- a/cmd/splittable/main.go +++ b/cmd/splittable/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// splittable is an experimental program to split a table into +// individual cells suitable for OCR package main import ( |