Skip to content

Commit

Permalink
add missing result_document_type
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 17, 2023
1 parent 47ca43b commit 85d1a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytorch_ie/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ def __call__(
forward_params=forward_params,
postprocess_params=postprocess_params,
),
result_document_type=documents.document_type,
batched=True,
)
finally:
Expand Down

0 comments on commit 85d1a38

Please sign in to comment.