https://github.com/joscha/paperless-exporter
Export from Mariner Paperless to Obsidian markdown
https://github.com/joscha/paperless-exporter
mariner obsidian obsidian-md paperless
Last synced: about 2 months ago
JSON representation
Export from Mariner Paperless to Obsidian markdown
- Host: GitHub
- URL: https://github.com/joscha/paperless-exporter
- Owner: joscha
- License: mit
- Created: 2024-07-08T14:17:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T21:58:52.000Z (about 1 year ago)
- Last Synced: 2025-10-10T19:37:20.202Z (8 months ago)
- Topics: mariner, obsidian, obsidian-md, paperless
- Language: Python
- Homepage:
- Size: 4.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paperless-exporter
[](https://pypi.org/project/paperless-exporter/)
Export from Mariner Paperless (gone out of business)

to:
- [Obsidian](https://obsidian.md/)-compatible Markdown. See:

becomes

and

- Others? Pull requests welcome
## Features
- Document export (library document and original document, fallback to thumbnail)
- Collection support
- Tags support
- Category support
## Limitations
- Your library is NOT encrypted. If it is encrypted you need to remove
the encryption with your password through the app first.
- This exports only a subset of all fields.
## Command Line Usage
After installing the package, you can use the CLI to export your Paperless library:
```sh
paperless-exporter
```
- ``: Path to your Paperless library directory
(must end in `.paperless` and contain `DocumentWallet.documentwalletsql`).
- ``: Path to an empty directory where the
Obsidian-compatible Markdown library will be generated.
Example:
```sh
paperless-exporter ~/Documents/library.paperless ~/Documents/obsidian-library
```
If the output folder does not exist, it will be created.
If it exists, it must be empty.
### Additional Options
- `--check-orphans`: Check for orphaned files in the Paperless library
(files that exist in the Documents directory but are not referenced by any receipt).
This option can be used without specifying an output folder.
Run `paperless-exporter --help` for more information.
## Final Disclaimer
Feel free to use or improve this, but you do so at your own risk.
I'm not responsible for any data loss or other issues caused by the
use of this code and I am in no way affiliated with Mariner Software/Paperless.
## Attribution
An initial version was forked from [Geekfish/paperless-exporter](https://github.com/Geekfish/paperless-exporter)
and used as a base for this source code.
## Similar projects
- [paperless-to-paperless-ngx](https://github.com/jcjones/paperless-to-paperless-ngx)