32 lines
690 B
Markdown
32 lines
690 B
Markdown
# About Docthor
|
|
General Document Processing Project
|
|
|
|
## Assets
|
|
|
|
Asset can be found under <path>memento:/mnt/wd/export/data</path>
|
|
|
|
## Links
|
|
|
|
<deflist>
|
|
<def title="PDF Renderer for Compose">
|
|
<a href="https://github.com/GRizzi91/bouquet">bouquet</a>
|
|
</def>
|
|
</deflist>
|
|
|
|
## Modules - Libraries
|
|
|
|
All libraries should be placed unter <path>libraries</path>
|
|
|
|
<deflist>
|
|
<def title="io">
|
|
Abstraction about reading/writing to resources (filesystem, http, s3, etc pp)
|
|
</def>
|
|
<def title="core-api">
|
|
Defines the core interfaces
|
|
</def>
|
|
<def title="tui">
|
|
Provides tui capabilities. When applied as koin modules
|
|
the resources will automatically print a read/write progressbar
|
|
on terminal.
|
|
</def>
|
|
</deflist> |