diff options
author | Nick White <git@njw.name> | 2022-03-21 18:40:53 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-03-21 18:40:53 +0000 |
commit | 61f66b3382822f3c9d5891e5c0641e8a37ec8804 (patch) | |
tree | 4a980613ce92ddf16a8059096779682f30ff19b9 /cmd/rescribe | |
parent | a7caccdc95171bae4b269542488ed6002fc73a4f (diff) |
rescribe: Update copyright years and add TODO file
Diffstat (limited to 'cmd/rescribe')
-rw-r--r-- | cmd/rescribe/TODO | 7 | ||||
-rw-r--r-- | cmd/rescribe/gui.go | 2 | ||||
-rw-r--r-- | cmd/rescribe/main.go | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/cmd/rescribe/TODO b/cmd/rescribe/TODO new file mode 100644 index 0000000..ee948cc --- /dev/null +++ b/cmd/rescribe/TODO @@ -0,0 +1,7 @@ +Add option to choose multiple languages (easy on tesseract level, slightly tricky on GUI level) + +Write to PDF as we go along, so memory requirements are reduced. Would require further modifying fpdf: https://github.com/jung-kurt/gofpdf/issues/110 + +We had reported (with video) a bug with permissions requests repeatedly being displayed on a new Mac, may be related to this: https://github.com/fyne-io/fyne/issues/2799 + +Maybe pay apple $100 for a certificate to avoid their security warnings (can be easily included in 'fyne deploy') diff --git a/cmd/rescribe/gui.go b/cmd/rescribe/gui.go index cf3796c..9792133 100644 --- a/cmd/rescribe/gui.go +++ b/cmd/rescribe/gui.go @@ -1,4 +1,4 @@ -// Copyright 2021 Nick White. +// Copyright 2021-2022 Nick White. // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 4a098a2..67ae8a7 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Nick White. +// Copyright 2021-2022 Nick White. // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. |