UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

7 lines (6 loc) 183 B
export declare type BoundingElement = { bounding_box?: null | number[]; bounding_region?: null | number[]; rotation?: null | number; value?: null | number | string; }