41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
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>
|
|
<def title="Moko Resource">
|
|
<a href="https://github.com/icerockdev/moko-resources">Resource Management für Compose</a>
|
|
</def>
|
|
<def title="Aurora">
|
|
<a href="https://github.com/kirill-grouchnikov/aurora">Building modern, elegant and fast desktop Compose applications</a>
|
|
</def>
|
|
<def title="Zoomimage">
|
|
<a href="https://github.com/panpf/zoomimage">Zooming an Image</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> |