diff options
Diffstat (limited to 'cmd/rescribe/TODO')
-rw-r--r-- | cmd/rescribe/TODO | 7 |
1 files changed, 7 insertions, 0 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') |