Skip to content

Commit f747112

Browse files
committed
Update version to v0.1.19
1 parent 6be913d commit f747112

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,18 @@
207207
* Support for OCR via PaddleOCR and extraction of bboxes in `LLM_PARSE`
208208

209209
### Fixed
210-
* Switch from `os.system()` to `subprocess.run()` to avoid injection via doc path
210+
* 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

Comments
 (0)