Skip to content

Commit

Permalink
fix: pass boolean use_form_reco
Browse files Browse the repository at this point in the history
  • Loading branch information
milovate committed Nov 30, 2024
1 parent e0cb5cf commit 94a82db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/vector_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def pdf_or_tabular_bytes_to_text_pages_or_df(
mime_type
== "application/vnd.openxmlformats-officedocument.presentationml.presentation"
):
return pptx_to_text_pages(f=io.BytesIO(f_bytes))
return pptx_to_text_pages(f=io.BytesIO(f_bytes), use_form_reco=use_form_reco)

else:
df = tabular_bytes_to_str_df(
Expand Down

0 comments on commit 94a82db

Please sign in to comment.