🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@structuredparser/sdk

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@structuredparser/sdk

The Structured Parser JS/TS SDK allows developers to easily integrate Structured Parser's advanced structured data extraction capabilities from unstructured documents such as PDF, DOCX, XLSX.

1.0.0
Source
npm
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 21 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts