UNPKG

@briancullen/aws-textract-parser

Version:

Library for converting AWS Textract responses into a more usable structure.

5 lines (4 loc) 225 B
import { Textract } from 'aws-sdk'; import { Geometry } from '../model/Geometry'; export declare function geometryParser(block: Textract.Block): Geometry; export declare function blockIdParser(block: Textract.Block): string;