Skip to content
Snippets Groups Projects

Add DLA to tools config

Merged Valentin Rigal requested to merge dla-tag into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -53,7 +53,8 @@ export const IMPORT_STATE_COLORS = {
export const ML_TOOL_TYPES = {
classifier: 'Classifier',
ner: 'Entity recognizer',
recognizer: 'Recognizer'
recognizer: 'Recognizer',
dla: 'Document layout analyser'
}
export const ML_TOOL_COLORS = {
@@ -69,6 +70,10 @@ export const ML_TOOL_COLORS = {
value: 'is-warning',
code: '#ffdd57'
},
dla: {
value: 'is-dark',
code: '#363636'
},
default: {
value: 'is-primary',
code: '#158cba'
Loading