Skip to content

Commit

Permalink
fix: propagate document limits to converter (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Nov 20, 2024
1 parent 2cfaceb commit 32ebf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/document_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def convert_all(
)
conv_input = _DocumentConversionInput(
path_or_stream_iterator=source,
limit=limits,
limits=limits,
)
conv_res_iter = self._convert(conv_input, raises_on_error=raises_on_error)
for conv_res in conv_res_iter:
Expand Down

0 comments on commit 32ebf55

Please sign in to comment.