Skip to content

Releases: oidlabs-com/Lexoid

v0.1.22

Choose a tag to compare

@dilithjay dilithjay released this 07 Jun 13:40
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@dilithjay dilithjay released this 19 May 17:33
Immutable release. Only release title and notes can be modified.

What's Changed

Full Changelog: v0.1.20...v0.1.21

v0.1.20

Choose a tag to compare

@dilithjay dilithjay released this 23 Mar 21:35
Immutable release. Only release title and notes can be modified.
f94e453

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

Full Changelog: v0.1.19...v0.1.20

v0.1.19

Choose a tag to compare

@dilithjay dilithjay released this 30 Jan 06:38
Immutable release. Only release title and notes can be modified.
6be913d

What's Changed

New Contributors

Full Changelog: v0.1.18...v0.1.19

v0.1.18

Choose a tag to compare

@dilithjay dilithjay released this 07 Oct 12:14
Immutable release. Only release title and notes can be modified.

What's Changed

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

v0.1.17

Choose a tag to compare

@dilithjay dilithjay released this 21 Aug 12:52

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

Choose a tag to compare

@dilithjay dilithjay released this 12 Jul 23:42

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

Choose a tag to compare

@dilithjay dilithjay released this 28 Jun 23:31

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

Choose a tag to compare

@dilithjay dilithjay released this 05 Jun 22:36

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

Choose a tag to compare

@dilithjay dilithjay released this 20 Apr 17:45

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