Skip to content

Tags: Unstructured-IO/unstructured-inference

Tags

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Relax pandas and numpy constraints (#507)

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Store pdf rotation in metadata (#506)

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply rotation to rendered pdf pages (#504)

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: make dpi explicit on convert_pdf_to_image for dedup with un…

…structured (#501)

## Summary

- Make `dpi` an explicit parameter (default 200) on
`convert_pdf_to_image` instead of reading
`inference_config.PDF_RENDER_DPI` internally
- Enables unstructured to import and call this function directly,
eliminating the duplicate `_render_pdf_pages` implementation
- No behavior change — both internal callers already pass `dpi`
explicitly

## Changelog

```
## 1.6.2

### Enhancement
- Make `dpi` an explicit parameter on `convert_pdf_to_image` (default 200) instead of reading from config internally, enabling unstructured to use this as the single source of truth for PDF rendering
```

## Depends on / blocks

- Blocks Unstructured-IO/unstructured#4315 (dedup of PDF rendering)
- Blocks Unstructured-IO/core-product#1480 (version bump)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Relax the huggingface-hub version (#500)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(329): Store routing in LayoutElement (#493)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable trusted publishing (#471)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release workflow (#470)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automate pypi publishing (#469)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use the new 8-core runner (#468)