Joe Workman

Results 61 issues of Joe Workman

I have tried many different images (png and jpg) and the output image after resize is always 96dpi when the original images were al 72dpi. Any thoughts on why this...

What about adding a `hex()` helper function? Something like this... ``` /** * @param mixed ...$args * @return string */ function hex(...$args) : string { $rgb = color(...$args)->getRgb(); return sprintf("#%02x%02x%02x",...

Got this feedback from a user...

enhancement
Safari Extension

The base configuration is in the home folder. But if there is a config file in the same folder as in the file being processed, then use that one. Possibly...

Move to JSON files

https://github.com/meh/ruby-tesseract-ocr https://github.com/tesseract-ocr/

You can do this with syslog

enhancement

The rules that are defined in the default rules file get displayed when you run the --help option. The reason for this is a limitation of the GLI framework used...

bug

If a directory is passed to paperless, then recursively go through that directory and process all files found.

enhancement

Add a command line option to allow for more verbose output to the terminal

enhancement