diff options
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r-- | cmd/rescribe/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
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) `) |