Skip to content

Commit e20b9e7

Browse files
authored
Merge pull request #149 from pymupdf/v0.0.17
Changes for version 0.0.17
2 parents 69a5861 + 35b3819 commit e20b9e7

File tree

4 files changed

+219
-183
lines changed

4 files changed

+219
-183
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log
22

33

4-
## Changes in version 0.0.15
4+
## Changes in version 0.0.17
5+
6+
### Fixes:
57

68

9+
* [147](https://github.com/pymupdf/RAG/issues/147) - Error when page contains nothing but a table.
10+
* [81](https://github.com/pymupdf/RAG/issues/81) - Issues with bullet points in PDFs.
11+
* [78](https://github.com/pymupdf/RAG/issues/78) - multi column pdf file text extraction.
12+
13+
14+
## Changes in version 0.0.15
715

816
### Fixes:
917

pymupdf4llm/pymupdf4llm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .helpers.pymupdf_rag import IdentifyHeaders, to_markdown
22

3-
__version__ = "0.0.16"
3+
__version__ = "0.0.17"
44
version = __version__
55
version_tuple = tuple(map(int, version.split(".")))
66

0 commit comments

Comments
 (0)