diff options
Diffstat (limited to 'cmd/rescribe/TODO')
| -rw-r--r-- | cmd/rescribe/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cmd/rescribe/TODO b/cmd/rescribe/TODO new file mode 100644 index 0000000..838bd06 --- /dev/null +++ b/cmd/rescribe/TODO @@ -0,0 +1,15 @@ +Add option to choose multiple languages (easy on tesseract level, slightly tricky on GUI level) + +Remove filesystem permission from flatpak - unneeded for loading now thanks to portals, but would need to rework for saving before it's possible + +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 + +Maybe pay apple $100 for a certificate to avoid their security warnings (can be easily included in 'fyne package') + +Add more tests. + +Improve progress bar by finding how many files will be ocred and counting the number done to provide an accurate count + +Maybe parse CropBox from PDF as we do rotate, to crop images appropriately + +Add to "microsoft store" |
