Skip to content

Commit

Permalink
chore: bump version to 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2025
1 parent 9718762 commit 59aa984
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [v3.2.0](https://github.com/DS4SD/docling-parse/releases/tag/v3.2.0) - 2025-02-02

### Feature

* Added the pure chars and fixed the duplicate text ([#91](https://github.com/DS4SD/docling-parse/issues/91)) ([`9718762`](https://github.com/DS4SD/docling-parse/commit/97187622095793eb8a780f1e74680c6867b39a6e))

### Fix

* Added the fix for rotated pages ([#90](https://github.com/DS4SD/docling-parse/issues/90)) ([`d663eec`](https://github.com/DS4SD/docling-parse/commit/d663eec5fdc06ab7159b97f7d7b45f3a3ba72975))

### Documentation

* Fix unit of measure of processing speed ([#89](https://github.com/DS4SD/docling-parse/issues/89)) ([`760b932`](https://github.com/DS4SD/docling-parse/commit/760b932b6770d928380ee83cdd9d14b901f695f8))

## [v3.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v3.1.2) - 2025-01-27

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
version = "3.1.2"
version = "3.2.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 59aa984

Please sign in to comment.