Skip to content

v3.0.0.a1 - GUI Overhaul + Modular Parsing Pipelines

Latest
Compare
Choose a tag to compare
@JSv4 JSv4 released this 06 Jan 06:10
· 43 commits to main since this release
9f4ed17

3.0.0 Alpha1 Release:

This release brings a ton of long-planned and much-needed improvements. Specifically:

  1. Brought the frontend up to React 18
  2. Completely overhauled state handling in the annotator component to improve performance and cut down on unnecessary re-renders. Using Jotai atoms now instead of contexts.
  3. Added modular document processing pipelines that can easily be configured and enabled/disabled via settings module.
  4. Added a docling-based processing pipeline
  5. Ensured that relationships are now imported and exported with corposes
  6. Load relationships produced by document processing pipeline
  7. Overhauled data extract task (still a work-in-progress)
  8. Improved test coverage
  9. Lots of GUI cleanup. Fixed minor bugs and general ugliness.

What's Changed

Full Changelog: v2.4.0...v3.0.0.a1