Skip to content

Commit

Permalink
Make Split to Page Default False
Browse files Browse the repository at this point in the history
  • Loading branch information
adreichert authored Jun 22, 2024
1 parent 4c05160 commit 327f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_parse/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class LlamaParse(BasePydanticReader):
description="Whether or not to ignore and skip errors raised during parsing.",
)
split_by_page: bool = Field(
default=True,
default=False,
description="Whether to split by page (NOTE: using a predefined separator `\n---\n`)",
)

Expand Down

0 comments on commit 327f1b2

Please sign in to comment.