mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Changes before error encountered
Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
This commit is contained in:
parent
f63ae827a8
commit
003dcfc5d7
1 changed files with 7 additions and 0 deletions
|
|
@ -76,6 +76,13 @@ export const SETTINGS_KEYS = {
|
||||||
GMAIL_OAUTH_URL: 'gmail_oauth_url',
|
GMAIL_OAUTH_URL: 'gmail_oauth_url',
|
||||||
OUTLOOK_OAUTH_URL: 'outlook_oauth_url',
|
OUTLOOK_OAUTH_URL: 'outlook_oauth_url',
|
||||||
EMAIL_ENABLED: 'email_enabled',
|
EMAIL_ENABLED: 'email_enabled',
|
||||||
|
// AI Settings
|
||||||
|
AI_SCANNER_ENABLED: 'ai-settings:scanner:enabled',
|
||||||
|
AI_ML_FEATURES_ENABLED: 'ai-settings:ml-features:enabled',
|
||||||
|
AI_ADVANCED_OCR_ENABLED: 'ai-settings:advanced-ocr:enabled',
|
||||||
|
AI_AUTO_APPLY_THRESHOLD: 'ai-settings:thresholds:auto-apply',
|
||||||
|
AI_SUGGEST_THRESHOLD: 'ai-settings:thresholds:suggest',
|
||||||
|
AI_ML_MODEL: 'ai-settings:ml-model',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const SETTINGS: UiSetting[] = [
|
export const SETTINGS: UiSetting[] = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue