Skip to content

Commit

Permalink
Update partition_via_api to not post a strategy value if not user s…
Browse files Browse the repository at this point in the history
…pecified (#967)

* remove default strategy

* working on test

* fixed test, coordinates param needed to be included

* nits

* update changelog

* lint

* update requirements
  • Loading branch information
shreyanid authored Jul 26, 2023
1 parent 08fc41c commit 71a24b2
Show file tree
Hide file tree
Showing 23 changed files with 169 additions and 128 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
has a `text/plain` MIME type.
* Enables filters to be passed to `partition_doc` so it doesn't error with LibreOffice7.
* Removed old error message that's superseded by `requires_dependencies`.
* Removes using `hi_res` as the default strategy value for `partition_via_api` and `partition_multiple_via_api`

## 0.8.1

Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/build.in
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.3
urllib3==2.0.4
# via requests
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/base.in
#
certifi==2023.5.7
certifi==2023.7.22
# via
# -c requirements/constraints.in
# requests
Expand All @@ -16,7 +16,7 @@ charset-normalizer==3.2.0
# via
# pdfminer-six
# requests
click==8.1.5
click==8.1.6
# via nltk
cryptography==41.0.2
# via pdfminer-six
Expand All @@ -35,7 +35,7 @@ lxml==4.9.3
# -r requirements/base.in
# python-docx
# python-pptx
markdown==3.4.3
markdown==3.4.4
# via -r requirements/base.in
msg-parser==1.2.0
# via -r requirements/base.in
Expand Down Expand Up @@ -92,5 +92,5 @@ xlrd==2.0.1
# via -r requirements/base.in
xlsxwriter==3.1.2
# via python-pptx
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/build.in
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.3
urllib3==2.0.4
# via requests
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata
Loading

0 comments on commit 71a24b2

Please sign in to comment.