Skip to content

Commit

Permalink
Merge pull request #149 from pymupdf/v0.0.17
Browse files Browse the repository at this point in the history
Changes for version 0.0.17
  • Loading branch information
JorjMcKie authored Sep 21, 2024
2 parents 69a5861 + 35b3819 commit e20b9e7
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 183 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log


## Changes in version 0.0.15
## Changes in version 0.0.17

### Fixes:


* [147](https://github.com/pymupdf/RAG/issues/147) - Error when page contains nothing but a table.
* [81](https://github.com/pymupdf/RAG/issues/81) - Issues with bullet points in PDFs.
* [78](https://github.com/pymupdf/RAG/issues/78) - multi column pdf file text extraction.


## Changes in version 0.0.15

### Fixes:

Expand Down
2 changes: 1 addition & 1 deletion pymupdf4llm/pymupdf4llm/__init__.py
Original file line number Diff line number Diff line change
@@ -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(".")))

Expand Down
Loading

0 comments on commit e20b9e7

Please sign in to comment.