mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Control what tag categories to use for auto-tagging
This commit is contained in:
@ -4850,12 +4850,11 @@ components:
|
||||
description: |
|
||||
Settings for learning a document classifier.
|
||||
required:
|
||||
- enabled
|
||||
- schedule
|
||||
- itemCount
|
||||
- categoryList
|
||||
- listType
|
||||
properties:
|
||||
enabled:
|
||||
type: boolean
|
||||
itemCount:
|
||||
type: integer
|
||||
format: int32
|
||||
@ -4865,6 +4864,16 @@ components:
|
||||
schedule:
|
||||
type: string
|
||||
format: calevent
|
||||
categoryList:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
listType:
|
||||
type: string
|
||||
format: listtype
|
||||
enum:
|
||||
- blacklist
|
||||
- whitelist
|
||||
|
||||
SourceList:
|
||||
description: |
|
||||
|
Reference in New Issue
Block a user