Uli Fahrer
Uli Fahrer
## Description Parsedown splits a code block in multiple parts when having a markdown file like the following: ````md * Source ```bash $ ls # Comment in code $ ls...
## Description Parsedown places the h1 element inside the list element when having a markdown file like the following: ```md * element1 * element2 # Troubleshooting ``` The issue is...
# Description Gotenberg v7 does not use environment variables anymore, but command's flags. See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties. Thanks to @gulien for bringing this to my attention [here](https://github.com/jonaswinkler/paperless-ng/pull/1262#issuecomment-915232891). I'm sorry it took so...
Hi :wave:, on smaller screens and in the column view the service name gets truncated because of the custom service indicator message. The following tile shows the problem when using...
Hi :wave: , with transitive phrasal verbs the direct object can appear between the verb and the particle. The dependency parser often fails in these cases and marks the relation...
Hi :wave: , please take a look at the examples provided below. The examples were processed with [corenlp.run](corenlp.run). The POS-tagger and the Coref-annotator (mention detection) often fail for extraordinary names....
## Describe the bug I upgraded from `marthoc/deconz:armhf-2.05.84` to `marthoc/deconz:armhf-2.07.01` and my Philips hue dimmer stopped working with the error message: "No button handler for: RWL021 endpoint: 0x02 cluster: 0xFC00...
* Use [`copy2`](https://docs.python.org/2/library/shutil.html#shutil.copy2) instead of `copy` when exporting documents. This preserves documents metadata * Useful when the export dir is used to `rsync` files to a remote host for offsite...
## Motivation and Description This pull request adds support for office formats (such as `odt`, `ods`, `docx`, etc.) in `paperless`. In order to process these files and extract their content,...