UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 274 B
import * as geometry from "../../geometry"; export type Word = { /** * Contains the relative vertices coordinates (points) of a polygon containing * the field in the document. */ polygon: geometry.Polygon; text: string; confidence: number; };