mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-15 21:46:53 +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