We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a5861 + 35b3819 commit e20b9e7Copy full SHA for e20b9e7
CHANGES.md
@@ -1,9 +1,17 @@
1
# Change Log
2
3
4
-## Changes in version 0.0.15
+## Changes in version 0.0.17
5
+
6
+### Fixes:
7
8
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
15
16
### Fixes:
17
pymupdf4llm/pymupdf4llm/__init__.py
@@ -1,6 +1,6 @@
from .helpers.pymupdf_rag import IdentifyHeaders, to_markdown
-__version__ = "0.0.16"
+__version__ = "0.0.17"
version = __version__
version_tuple = tuple(map(int, version.split(".")))
0 commit comments