Releases: oidlabs-com/Lexoid
Releases · oidlabs-com/Lexoid
Release list
v0.1.22
What's Changed
- Bump ujson from 5.12.0 to 5.12.1 in the pip group across 1 directory by @dependabot[bot] in #181
- Bump idna from 3.13 to 3.15 in the pip group across 1 directory by @dependabot[bot] in #185
- Bump aiohttp from 3.13.5 to 3.14.0 in the pip group across 1 directory by @dependabot[bot] in #189
- Update benchmark with latest GPT, Gemini, and Claude models and AUTO mode by @dilithjay in #187
- Set default LLM model to gemini-3.5-flash by @dilithjay in #187
- Update docs and add skills.md files by @dilithjay in #184
Full Changelog: v0.1.21...v0.1.22
v0.1.21
What's Changed
- Update default to gemini-2.5-flash for now #171 by @pramitchoudhary in #172
- Fix 173 by @pramitchoudhary in #174
- Enable support Ollama/gemma4 for local work by @pramitchoudhary in #175
- Add support for PaddleOCR-VL models by @dilithjay in #179
- Bump urllib3 from 2.6.3 to 2.7.0 in the pip group across 1 directory by @dependabot[bot] in #180
- Add support for Lexoid CLI by @dilithjay in #182
Full Changelog: v0.1.20...v0.1.21
v0.1.20
What's Changed
- Bump protobuf from 5.29.5 to 5.29.6 in the pip group across 1 directory by @dependabot[bot] in #158
- Bump OpenAI version by @pramitchoudhary in #161
- Bump cryptography from 46.0.3 to 46.0.5 in the pip group across 1 directory by @dependabot[bot] in #159
- Update benchmark with Gemini 3 and GPT 5.2 models by @dilithjay in #160
- Add a Docker example by @MashaNilu in #162
- Refactor imports in static parser and llm parser by @MashaNilu in #166
- Bump tornado from 6.5.4 to 6.5.5 in the pip group across 1 directory by @dependabot[bot] in #163
- Schema parsing improvements by @dilithjay in #165
- Bump pyasn1 from 0.6.2 to 0.6.3 in the pip group across 1 directory by @dependabot[bot] in #168
New Contributors
- @MashaNilu made their first contribution in #162
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
- Add a note on installing from virtual environment to README.md by @oleksiyskononenko in #135
- Add support for granite docling and improve inference by @dilithjay in #136
- Fix schema format for example notebooks by @oleksiyskononenko in #139
- Fix tests by @dilithjay in #138
- Improve PaddleOCR efficiency by skipping conversion to images by @dilithjay in #141
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @dilithjay in #142
- Schema-parsing todos by @dilithjay in #146
- Bump fonttools from 4.60.0 to 4.61.0 in the pip group across 1 directory by @dependabot[bot] in #150
- [FE] Converts audio to markdown by @Vaishnav2804 in #147
- Add AUTO routing for priority=cost by @dilithjay in #149
- Bump the pip group across 1 directory with 2 updates by @dependabot[bot] in #153
- Update env settings for recent warnings #152 by @pramitchoudhary in #154
- Fix STATIC_PARSE for images #156 by @pramitchoudhary in #157
New Contributors
- @oleksiyskononenko made their first contribution in #135
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- Add option (
autoselect_llm) to automatically select the LLM by @dilithjay in #118 - Add support for reference highlighting by @dilithjay in #127
- Parse to latex by @Vaishnav2804 in #120
- Add support for bounding box extraction in images and
LLM_PARSEvia PaddleOCR by @dilithjay in #128 - Fix injection through doc path by @dilithjay in #130
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- Add support for
dataclassin parse_with_schema function - Upgrade Anthropic version
- Check for
titleattribute in web pages - Fix arxiv URL parsing
- Handle invalid bytes when text parsing
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Set thinking budget to fix gemini-2.5-pro thinking for too long
- Update benchmark code and add more metrics
- Add support for SmolDocling
- Add support for Mistral OCR
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- Fallback to different parser in AUTO mode or STATIC mode
- Add Gemini support to parse pdf with schema
- Add support for Anthropic models
- Update benchmark
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Add support for Fireworks API
- Add support for matching data in a document to a pre-defined schema or template
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
STATIC_PARSEimprovements- Horizontal line detection
- Strikethrough text detection
- Email address formatting
- Improved heading level detection
- Monospace font detection
- Indentation detection
Full Changelog: v0.1.12...v0.1.13