Skip to content

Commit

Permalink
updated example extraction pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
net-cscience-raphael committed Aug 14, 2024
1 parent 148b561 commit d0b99f8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions example-configs/ingestion/dense/dense.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"path": "../cache"
},
"enumerator": {
"path": "../objects_dense",
"path": "../objects_dense",,
"depth": "5"
},
"selector":{
Expand All @@ -27,16 +27,13 @@
"field": "file"
},
"ocrContent": {
"field": "ocrSparse",
"removeContent": "true"
"field": "ocrSparse"
},
"asrContent": {
"field": "asrSparse",
"removeContent": "true"
"field": "asrSparse"
},
"captionContent": {
"field": "captionSparse",
"removeContent": "true"
"field": "captionSparse"
},
"documentFilter": {
"label": "text document",
Expand Down Expand Up @@ -248,7 +245,7 @@
"video-filter-stage": {"operator": "videoSourceFilter", "inputs": ["video-final-stage"]},
"image-filter-stage": {"operator": "imageSourceFilter", "inputs": ["document-final-stage", "photograph-final-stage"], "merge": "MERGE"}
},
"output": [
"output": [
"image-filter-stage"
],
"mergeType": "MERGE"
Expand Down

0 comments on commit d0b99f8

Please sign in to comment.