summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-10-01 12:41:00 +0100
committerNick White <git@njw.name>2021-10-01 12:41:00 +0100
commitd855798edd597492ce54b2b70851718fb87d225d (patch)
treeeb5ce0a2df002293629d0392a728bbfdf3aae269
parentbfe749b06a9f94d10156dbc6eb58b2276ac2267c (diff)
rescribe: Add embedded lat.traineddata
-rw-r--r--cmd/rescribe/main.go3
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)
`)