Skip to content

v2.4.0 - Txt-Based Format Annotator + Style Overhaul

Latest
Compare
Choose a tag to compare
@JSv4 JSv4 released this 11 Nov 02:46
d587b25

This is a pretty significant upgrade vs 2.3.1. We added a number of features:

  1. We now support ingesting, rendering and annotating txt-based formats like plaintext, markdown, etc.
  2. Our document ingestion pipeline has a parser for txt-based formats.
  3. The task decorator for custom tasks will automatically switch from span-based to token-based annotations depending on the underlying format. At the moment this is just pdf vs non-pdf, but could be a richer taxonomy.
  4. Substantial styling improvements.

What's Changed

Full Changelog: v2.3.1...v2.4.0