Skip to content

Releases: oidlabs-com/Lexoid

v0.1.16

12 Jul 23:42
Compare
Choose a tag to compare

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

28 Jun 23:31
Compare
Choose a tag to compare

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

05 Jun 22:36
Compare
Choose a tag to compare

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

20 Apr 17:45
Compare
Choose a tag to compare

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

11 Apr 22:44
Compare
Choose a tag to compare

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

05 Mar 20:44
Compare
Choose a tag to compare

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

27 Feb 23:25
Compare
Choose a tag to compare

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

24 Feb 01:42
Compare
Choose a tag to compare

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

17 Feb 23:45
Compare
Choose a tag to compare

What's Changed

  • Add docs
  • Switch back to using together AI Python client
  • Improve parse function return format
  • Add token_usage and pdf_path keys to return dictionary

Full Changelog: v0.1.8...v0.1.9

v0.1.8.post1

28 Jan 22:11
Compare
Choose a tag to compare

What's Changed

  • Add documentation
  • Specify headers for Playwright web page retrieval

Full Changelog: v0.1.8...v0.1.8.post1