mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Initial version.
Features: - Upload PDF files let them analyze - Manage meta data and items - See processing in webapp
This commit is contained in:
@ -5,4 +5,7 @@ import Api.Model.AuthResult exposing (AuthResult)
|
||||
port initElements: () -> Cmd msg
|
||||
|
||||
port setAccount: AuthResult -> Cmd msg
|
||||
port removeAccount: String -> Cmd msg
|
||||
port removeAccount: () -> Cmd msg
|
||||
|
||||
port setProgress: (String, Int) -> Cmd msg
|
||||
port setAllProgress: (String, Int) -> Cmd msg
|
||||
|
Reference in New Issue
Block a user