Unstructured4s

A Scala 3 library that provides a functional wrapper for the Unstructured API.

Setup

The library is published to Sonatype and Maven Central.

sbt
libraryDependencies += "org.twelvehart" %% "unstructured4s-core" % "0.1.7"
Maven
<dependencies>
  <dependency>
    <groupId>org.twelvehart</groupId>
    <artifactId>unstructured4s-core_3</artifactId>
    <version>0.1.7</version>
  </dependency>
</dependencies>
Gradle
dependencies {
  implementation "org.twelvehart:unstructured4s-core_3:0.1.7"
}

See the Unstructured4s examples for an even quicker start.