Skip to content

Commit 59aa984

Browse files
chore: bump version to 3.2.0 [skip ci]
1 parent 9718762 commit 59aa984

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v3.2.0](https://github.com/DS4SD/docling-parse/releases/tag/v3.2.0) - 2025-02-02
2+
3+
### Feature
4+
5+
* 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))
6+
7+
### Fix
8+
9+
* Added the fix for rotated pages ([#90](https://github.com/DS4SD/docling-parse/issues/90)) ([`d663eec`](https://github.com/DS4SD/docling-parse/commit/d663eec5fdc06ab7159b97f7d7b45f3a3ba72975))
10+
11+
### Documentation
12+
13+
* 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))
14+
115
## [v3.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v3.1.2) - 2025-01-27
216

317
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-parse"
3-
version = "3.1.2"
3+
version = "3.2.0"
44
description = "Simple package to extract text with coordinates from programmatic PDFs"
55
authors = ["Peter Staar <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)