1.0.2 • Published 1 year ago

@structuredparser/sdk v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Structured Parser SDK for JS, TS & Node

Structured Parser is a platform that allows you to parse structured data from unstructured documents (e.g., PDF, DOCX, XLSX, CSV). This is the official SDK for JavaScript, TypeScript, and Node.js.

Installation

npm install @structuredparser/sdk

Usage

import { StructuredParser } from '@structuredparser/sdk';

const parser = new StructuredParser({ apiKey: process.env.STRUCTURED_PARSER_API_KEY })

const job = await parser.start.fromUrl("https://example.com/candidate-resumes/mark-zuckerberg-cv.pdf")

This SDK is a work in progress.

1.0.2

1 year ago

1.0.0

1 year ago