Unstructured-IO / unstructured-api

Apache License 2.0
489 stars 102 forks source link

chore: default to true for multipage_sections #302

Closed awalker4 closed 10 months ago

awalker4 commented 10 months ago

The readme had said the default is true, and this matches the library default.

To verify, make a call to the server and observe the debug log with all the parameters:

curl --location 'localhost:8000/general/v0/general' \
--header 'Accept: application/json' \
--form 'files=@"sample-docs/layout-parser-paper.pdf"'

In the param dump, you should see: "multipage_sections": true,