-
Notifications
You must be signed in to change notification settings - Fork 23
Additions, improvements #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| **Screenshot** | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect. It should lead to the screenshot in the original repo.
|
|
||
| - easily process multiple files and folders right from your file manager | ||
| - preview your documents in your default PDF viewer and file manager before editing them | ||
| - preview your documents in your default PDF viewer before editing them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously, I'm not the maintainer but I don't think removing the browse button is a good idea.
|
|
||
| sudo apt install libimage-exiftool-perl yad qpdf | ||
|
|
||
| If you do not have Gnome installed, you may need `gir1.2-gnomedesktop-3.0` and `gir1.2-gnomedesktop-4.0` for thumbnail generation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps find a way to implement the feature without it depending on Gnome?
|
P.S. Implementing multiple unreleated features in a single PR is a bad idea and a frowned upon practice. Please submit separate PRs for the separate features. Disclaimer: I'm not the maintainer. |
Added backup way of finding thumbnails that works on non-gnome system
Added clobbering check for automatic renaming based on metadata
Added optional large thumbnails for PDF files if poppler-utils and imagemagick are present
Added check for OCR layer (using poppler-utils) and checkbox to perform OCR on exit (using ocrmypdf)
Removed "open folder" button (because I was getting lost in what form field went where trying to add one)
Added new screenshot with large preview and OCR button