v0.1.06

getomni-ai/zeroxv0.1.06Dec 18, 2024by tylermaran

AI Summary

This release includes multiple improvements to Tesseract OCR integration, adds density and height parameters to both Node and Python packages, introduces performance testing, and updates installation instructions for clarity.

Key Highlights

  • Fix Tesseract scheduler change
  • Use Tesseract's Orientation detection
  • Allow optional density for node
  • Add density and height parameters to Python
  • Add ignore warnings + increase default token limit

New Features

  • Tesseract Orientation detection
  • Optional density parameter for nodes
  • Density and height parameters for Python
  • Performance testing framework
  • Ignore warnings option
  • Increased default token limit

Full Release Notes

## What's Changed
* Fix Tesseract scheduler change by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/108
* Use Tesseract's Orientation detection by @ZeeshanZulfiqarAli in https://github.com/getomni-ai/zerox/pull/111
* allow optional density for node by @alexander-densley in https://github.com/getomni-ai/zerox/pull/116
* added performance testing by @kailingding in https://github.com/getomni-ai/zerox/pull/119
* Update py-zerox installation instructions for clarity by @bjlange in https://github.com/getomni-ai/zerox/pull/120
* Tyler/add ignore warnings + increase default token limit by @tylermaran in https://github.com/getomni-ai/zerox/pull/100
* add density and height to python as well by @alexander-densley in https://github.com/getomni-ai/zerox/pull/118

## New Contributors
* @alexander-densley made their first contribution in https://github.com/getomni-ai/zerox/pull/116
* @bjlange made their first contribution in https://github.com/getomni-ai/zerox/pull/120

**Full Changelog**: https://github.com/getomni-ai/zerox/compare/v0.1.05...v0.1.06