Skip to content

Commit

Permalink
fix: pass kwargs through fast strategy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed May 16, 2024
1 parent 5dd0aee commit 9c844e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unstructured/partition/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ def _partition_pdf_with_pdfparser(
extracted_elements: list[list[Element]],
include_page_breaks: bool = False,
sort_mode: str = SORT_MODE_XY_CUT,
**kwargs,
):
"""Partitions a PDF using pdfparser."""
elements = []
Expand Down

0 comments on commit 9c844e8

Please sign in to comment.