Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
unstructured-expanded
Advanced tools
Expansion to the unstructured package, adding support for image extraction.
The unstructured_expanded
library is a wrapper around the unstructured
open source library to add image-extraction capabilities to the API.
Its only purpose is to provide a more complete API for the unstructured
library, since the library maintainers of the open source project
have chosen to lock image extraction for office documents behind a paywall.
This library is meant to be used in conjunction with the unstructured
library.
Versions of this library are equivalent to the unstructured
library version they are based on.
# Install the variant of unstructured with everything you need support for
pip install unstructured["all-docs"]
# Install the unstructured_expanded library on top of it
pip install unstructured_expanded
See the licensing information in the LICENSE file.
If you use this library in your research, please include a citation:
@misc{unstructured_expanded,
title={Unstructured_expanded: A Python Library for Extracting Text and Images from Documents using the unstructured API.},
author={Kogan, Isaac},
year={2024},
url={https://github.com/isaackogan/unstructured_expanded}
}
FAQs
Expansion to the unstructured package, adding support for image extraction.
We found that unstructured-expanded 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.