From 1076afbdab1a976af3e48646f01e1fbe4e954028 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 21 Mar 2022 17:35:44 +0000 Subject: Update tessdata to only include a few trainings --- cmd/rescribe/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/main.go') 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 -- cgit v1.2.1-24-ge1ad