@structuredparser/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @structuredparser/sdk

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

135 kB

Total Files

57

Last publish

Collaborators

  • lazharichir