You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Change Log
2
2
3
+
## Changes in version 0.2.3
4
+
5
+
### Fixes:
6
+
7
+
*[332](https://github.com/pymupdf/RAG/issues/332) - TypeError("to_markdown() got an unexpected keyword argument 'header'")
8
+
9
+
### Other Changes:
10
+
11
+
* Output (backend) methods now accept a new parameter `ocr_dpi=400` which sets the OCR resolution for full-page OCR.
12
+
* The OCR detection heuristics is more fine-grained and now detects more OCR situations.
13
+
* Resolved multiple performance issues, specifically cases with overwhelmingly many images and extremely large `StructTreeRoot` objects in PDF.
14
+
* Reflected layout-specific API changes in the legacy code and will now raise `NotImplementedError` exceptions when layout-only features are used.
15
+
* Information messages during document parsing are now written to stdout collectively at the end of the phase. This applies to announcing page OCR decisions specifically.
16
+
* Support parameter `page_separators` as in the legacy mode.
0 commit comments