From 714c55f077aceb982130642fc957db71f17007f0 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Jun 2021 15:21:32 +0100 Subject: rescribe: add embedded tesseract for linux --- cmd/rescribe/embed_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/embed_linux.go') diff --git a/cmd/rescribe/embed_linux.go b/cmd/rescribe/embed_linux.go index cad8a29..c720b6e 100644 --- a/cmd/rescribe/embed_linux.go +++ b/cmd/rescribe/embed_linux.go @@ -6,5 +6,5 @@ package main import _ "embed" -// TODO: add go:embed here +//go:embed tesseract-linux-v5.0.0-alpha.20210510.zip var tesszip []byte -- cgit v1.2.1-24-ge1ad