mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Integrate learn-classifier task into the app
This commit is contained in:
@ -102,5 +102,9 @@ object RClassifierSetting {
|
||||
created
|
||||
)
|
||||
}
|
||||
object Classifier {
|
||||
def fromRecord(r: RClassifierSetting): Classifier =
|
||||
Classifier(r.enabled, r.schedule, r.itemCount, r.category.some)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user