v0.1.05
rajnandan1/kenerv0.1.05Nov 23, 2024by tylermaran
AI Summary
This update improves stability and testing coverage by adding extensive test cases, fine-tuning models, and fixing encoding errors on Windows.
Key Highlights
- Extensive test cases added
- Pre/post-processing callbacks
- Tesseract worker improvements
- UTF-8 encoding fix
New Features
- GraphicsMagick install instructions update
- Fine tuned models
- Testing mechanism
- Test cases (0005.pdf - 0010.pdf plus 10 more)
- Pre- and post-processing callbacks
- UUID as file name
- Tesseract worker usage improvements
- UTF-8 encoding support
Full Release Notes
## What's Changed * Update README.md for graphicsmagick install, otherwise npm throws an error by @masparasol in https://github.com/getomni-ai/zerox/pull/59 * docs: update README.md by @eltociear in https://github.com/getomni-ai/zerox/pull/68 * Fine tuned models by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/81 * Add testing mechanism by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/82 * Add test cases by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/85 * Add test cases 0005.pdf - 0010.pdf by @annapo23 in https://github.com/getomni-ai/zerox/pull/89 * Add 10 more test cases by @kailingding in https://github.com/getomni-ai/zerox/pull/92 * Add pre- and post-processing callbacks by @annapo23 in https://github.com/getomni-ai/zerox/pull/93 * Add page number param for onPreProcess and onPostProcess callbacks by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/98 * Use uuid as file name by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/102 * Tesseract worker usage improvements by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/101 * Revert "Tesseract worker usage improvements" by @annapo23 in https://github.com/getomni-ai/zerox/pull/105 * add encoding to avoid error in windows by @rezawr in https://github.com/getomni-ai/zerox/pull/104 ## New Contributors * @masparasol made their first contribution in https://github.com/getomni-ai/zerox/pull/59 * @ZeeshanZulfiqarAli made their first contribution in https://github.com/getomni-ai/zerox/pull/81 * @kailingding made their first contribution in https://github.com/getomni-ai/zerox/pull/92 * @rezawr made their first contribution in https://github.com/getomni-ai/zerox/pull/104 **Full Changelog**: https://github.com/getomni-ai/zerox/compare/v0.1.04...v0.1.05