Skip to content

Releases: oidlabs-com/Lexoid

v0.1.18

07 Oct 12:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

21 Aug 12:52

Choose a tag to compare

What's Changed

  • Add support for dataclass in parse_with_schema function
  • Upgrade Anthropic version
  • Check for title attribute in web pages
  • Fix arxiv URL parsing
  • Handle invalid bytes when text parsing

Full Changelog: v0.1.16...v0.1.17

v0.1.16

12 Jul 23:42

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

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

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

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

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

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

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

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