🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tyroneross/omniparse

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tyroneross/omniparse

Universal document parser SDK for Excel, PowerPoint, Python, PDF, and directories; outputs Markdown and structured metadata for LLM workflows.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@tyroneross/omniparse

Universal document parser SDK for Excel, PowerPoint, Python, PDF, and directories. It returns Markdown plus structured metadata for downstream LLM and automation workflows.

Install

npm install @tyroneross/omniparse

Basic Use

import { parse, parseMultiple } from '@tyroneross/omniparse';

const result = await parse('./report.xlsx');
console.log(result.markdown);

const many = await parseMultiple(['./report.xlsx', './deck.pptx', './script.py']);

Package Scope

This npm package publishes the SDK from packages/sdk. The repository also contains an optional local web application that consumes the SDK.

Repository: https://github.com/tyroneross/Omniparse

Keywords

document-parser

FAQs

Package last updated on 08 Jun 2026

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