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.
1 parent 6be913d commit f747112Copy full SHA for f747112
1 file changed
CHANGELOG.md
@@ -207,4 +207,18 @@
207
* Support for OCR via PaddleOCR and extraction of bboxes in `LLM_PARSE`
208
209
### Fixed
210
-* Switch from `os.system()` to `subprocess.run()` to avoid injection via doc path
+* Switch from `os.system()` to `subprocess.run()` to avoid injection via doc path
211
+
212
+## [0.1.19]
213
214
+### Added
215
+* Support for granite docling
216
+* Support for providing example values or alternate keys for `parse_with_schema` function
217
+* Support for audio to markdown
218
+* AUTO routing with cost priority
219
220
+### Changed
221
+* Improved PaddleOCR efficiency by skipping conversion to images
222
223
+### Fixed
224
+* STATIC_PARSE for images
0 commit comments