Skip to main content
interface DocumentStyle
import { type DocumentStyle } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

An object representing observed text styles.

Properties

optional
isHandwritten: boolean

Is content handwritten?

spans: DocumentSpan[]

Location of the text elements in the concatenated content the style applies to.

confidence: number

Confidence of correctly identifying the style.