diff options
author | Nick White <git@njw.name> | 2021-10-01 12:42:30 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-10-01 12:42:30 +0100 |
commit | ff63756c71bf0d10484977bf6d08317c4782ec5e (patch) | |
tree | 27d27c9df824e868632c6c2735c19aa301146ab6 /cmd | |
parent | d855798edd597492ce54b2b70851718fb87d225d (diff) |
rescribe: Include new tessdata in embed getterv0.5.2
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rescribe/getembeds.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/getembeds.go b/cmd/rescribe/getembeds.go index de000a8..91cd480 100644 --- a/cmd/rescribe/getembeds.go +++ b/cmd/rescribe/getembeds.go @@ -41,7 +41,7 @@ func dl(url string) error { func main() { urls := []string{ - "https://rescribe.xyz/rescribe/embeds/tessdata.20210622.zip", + "https://rescribe.xyz/rescribe/embeds/tessdata.20211001.zip", "https://rescribe.xyz/rescribe/embeds/tesseract-linux-v5.0.0-alpha.20210510.zip", "https://rescribe.xyz/rescribe/embeds/tesseract-osx-v4.1.1.20191227.zip", "https://rescribe.xyz/rescribe/embeds/tesseract-osx-m1-v4.1.1.20210802.zip", |