
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@tyroneross/omniparse
Advanced tools
Universal document parser SDK for Excel, PowerPoint, Python, PDF, and directories; outputs Markdown and structured metadata for LLM workflows.
Universal document parser SDK for Excel, PowerPoint, Python, PDF, and directories. It returns Markdown plus structured metadata for downstream LLM and automation workflows.
npm install @tyroneross/omniparse
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']);
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
FAQs
Universal document parser SDK for Excel, PowerPoint, Python, PDF, and directories; outputs Markdown and structured metadata for LLM workflows.
We found that @tyroneross/omniparse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.