Releases: getomni-ai/zerox
Releases · getomni-ai/zerox
v0.1.05 - add utf8 encoding to python package
What's Changed
- Update README.md for graphicsmagick install, otherwise npm throws an error by @masparasol in #59
- docs: update README.md by @eltociear in #68
- Fine tuned models by @ZeeshanZulfiqarAli in #81
- Add testing mechanism by @ZeeshanZulfiqarAli in #82
- Add test cases by @ZeeshanZulfiqarAli in #85
- Add test cases 0005.pdf - 0010.pdf by @annapo23 in #89
- Add 10 more test cases by @kailingding in #92
- Add pre- and post-processing callbacks by @annapo23 in #93
- Add page number param for onPreProcess and onPostProcess callbacks by @ZeeshanZulfiqarAli in #98
- Use uuid as file name by @ZeeshanZulfiqarAli in #102
- Tesseract worker usage improvements by @ZeeshanZulfiqarAli in #101
- Revert "Tesseract worker usage improvements" by @annapo23 in #105
- add encoding to avoid error in windows by @rezawr in #104
New Contributors
- @masparasol made their first contribution in #59
- @ZeeshanZulfiqarAli made their first contribution in #81
- @kailingding made their first contribution in #92
- @rezawr made their first contribution in #104
Full Changelog: v0.1.04...v0.1.05
v0.1.04
What's Changed
- 🩴 Add pre-process step to correct image orientation by @tylermaran in #52
- Fix ENAMETOOLONG error by truncating file names by @mefengl in #61
New Contributors
Full Changelog: v0.1.03...v0.1.04
v0.1.03
Full Changelog: v0.1.02...v0.1.03
v0.1.02 - Fix select_pages not being optional
Python updates - page order, select specific pages
What's Changed
- Fixes the correct order processing in python by @michaelfeil in #26
- Page ordering/sorting fix, fix to use unique temp dir if userinput not provided also with better cleanup, added async shutil (aioshutil) by @pradhyumna85 in #34
- Add model parameters to restrict max tokens by @xdotli in #22
- fix: page numbering when only converting specific pages by @dfdeagle47 in #24
- minor typo fix by @pradhyumna85 in #36
- Python SDK: Feat. process specific pages, Other fixes and improvements by @pradhyumna85 in #39
- Fix not getting file types from urls without a file extension by @xdotli in #45
New Contributors
- @michaelfeil made their first contribution in #26
Full Changelog: v0.1.0...v0.1.01
Add multiple model support via Litellm
Big thanks to @pradhyumna85 for this PR.
What's Changed
- FEAT: Introducing support for vision models from all major providers like Azure OpenAI, Anthropic etc and custom system prompt in python SDK by @pradhyumna85 in #21
- fix - missing total token count calculation for maintain_format = False by @pradhyumna85 in #32
New Contributors
- @pradhyumna85 made their first contribution in #21
Full Changelog: v0.0.2...v0.1.0
v0.0.2 - update python project name
Updating py name to py_zerox for pip publish
Initial python publish
v0.0.1 increment version to trigger git action