From d855798edd597492ce54b2b70851718fb87d225d Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 1 Oct 2021 12:41:00 +0100 Subject: rescribe: Add embedded lat.traineddata --- cmd/rescribe/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index bbb2c54..ff4d582 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -40,7 +40,7 @@ OCR results are saved into the bookdir directory unless savedir is specified. ` -//go:embed tessdata.20210622.zip +//go:embed tessdata.20211001.zip var tessdatazip []byte const QueueTimeoutSecs = 2 * 60 @@ -146,6 +146,7 @@ func main() { These training files are included in rescribe, and are always available: - carolinemsv1_fast.traineddata (Caroline Miniscule) - eng.traineddata (Modern English) +- lat.traineddata (Latin modern printing) - rescribefrav2_fast.traineddata (French historic printing) - rescribev8_fast.traineddata (Latin historic printing) `) -- cgit v1.2.1-24-ge1ad