Releases: Unstructured-IO/unstructured-api
Releases · Unstructured-IO/unstructured-api
0.0.70
0.0.70
- Bump to
unstructured
0.14.6 - Bump to
unstructured-inference
0.7.35
0.0.68
0.0.68
- Fix list params such as
extract_image_block_types
not working via the python/js clients
0.0.67
- Allow for a different server port with the PORT variable
- Change pdf_infer_table_structure parameter from being disabled in auto strategy.
0.0.66
- Add support for
unique_element_ids
parameter. - Add max lifetime, via MAX_LIFETIME_SECONDS env-var, to API containers
- Bump unstructured to 0.13.5
- Change default values for
pdf_infer_table_structure
andskip_infer_table_types
. Markpdf_infer_table_structure
deprecated. - Add support for the
starting_page_number
param.
0.0.65
0.0.65
- Bump unstructured to 0.12.4
- Add support for both
list[str]
andstr
input formats forocr_languages
parameter - Adds support for additional MIME types from
unstructured
- Document the support for gzip files and add additional testing
0.0.64
- Bump Pydantic to 2.5.x and remove it from explicit dependencies list (will be managed by fastapi)
- Introduce Form params description in the code, which will form openapi and swagger documentation
- Roll back some openapi customizations
- Keep backward compatibility for passing parameters in form of
list[str]
(will not be shown in the documentation)
0.0.63
- Bump unstructured to 0.12.2
- Fix bug that ignored
combine_under_n_chars
chunking option argument.
0.0.61
0.0.59
0.0.59
- Bump unstructured to 0.11.0
0.0.58
0.0.58
- Bump unstructured to 0.10.30
0.0.57
0.0.57
- Make sure
multipage_sections
param defaults totrue
as per the readme - Bump unstructured to 0.10.29
0.0.56
0.0.56
- Add
max_characters
param for chunking This param gives users additional control to "chunk" elements into larger or smallerCompositeElement
s - Bump unstructured to 0.10.28
- Make sure chipperv2 is called whien
hi_res_model_name==chipper