@jaypie/textract
AWS Textract document processing integration.
Overview
Section titled âOverviewâ@jaypie/textract provides AWS Textract integration for document processing in Jaypie applications.
Installation
Section titled âInstallationânpm install @jaypie/textractKey Features
Section titled âKey FeaturesâDocument Processing
Section titled âDocument ProcessingâProcess documents with AWS Textract:
import { getTextractJob } from "@jaypie/textract";
const results = await getTextractJob(jobId);Text Extraction
Section titled âText ExtractionâExtract text and structured data from documents.
API Documentation
Section titled âAPI DocumentationâAPI documentation will be generated from TypeScript definitions.
Related Packages
Section titled âRelated Packagesâ- @jaypie/aws - AWS service integrations
- @jaypie/core - Core utilities