summaryrefslogtreecommitdiff
path: root/cmd/rescribe/main.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-03-21 17:35:44 +0000
committerNick White <git@njw.name>2022-03-21 17:35:44 +0000
commit1076afbdab1a976af3e48646f01e1fbe4e954028 (patch)
tree68b0eec4bf074173a0f9fdc79ac07cb920144d8f /cmd/rescribe/main.go
parente2b8e8fd0be69ffb3256696b534cc226660aa7b3 (diff)
Update tessdata to only include a few trainings
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r--cmd/rescribe/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go
index 53bbe3c..4b6fcca 100644
--- a/cmd/rescribe/main.go
+++ b/cmd/rescribe/main.go
@@ -43,7 +43,7 @@ OCR results are saved into the bookdir directory unless savedir is
specified.
`
-//go:embed tessdata.20211001.zip
+//go:embed tessdata.20220321.zip
var tessdatazip []byte
const QueueTimeoutSecs = 2 * 60