Releases: oidlabs-com/Lexoid
Releases · oidlabs-com/Lexoid
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_PARSE
improvements- 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
v0.1.12
What's Changed
- Add support for OpenRouter models
- Return token cost when cost mapping is provided
- Set default
router_priority
to speed - Add support for custom prompts
- Add support for parsing Excel and PowerPoint files
Full Changelog: v0.1.11...v0.1.12
v0.1.11.post1
What's Changed
Patch release:
- Fix seg fault when PyQT app reinitialization
- Update Google Colab link in usage to match updated link in badge
- Add Code of conduct
Full Changelog: v0.1.11...v0.1.11.post1
v0.1.11
What's Changed
- Added priority setting to AUTO routing
- Added more models to benchmark
- Set default parse_type to
AUTO
- Set default LLM to Gemini 2.0 Flash
- Updated benchmark script to aggregate over multiple runs
- Fixed incorrect title for webpage when
as_pdf=True
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Add param to specify page numbers to parse
- Fix errors caused by empty token_usage
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add docs
- Switch back to using together AI Python client
- Improve
parse
function return format - Add
token_usage
andpdf_path
keys to return dictionary
Full Changelog: v0.1.8...v0.1.9
v0.1.8.post1
What's Changed
- Add documentation
- Specify headers for Playwright web page retrieval
Full Changelog: v0.1.8...v0.1.8.post1