New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

language-processing-tool

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

language-processing-tool

A PDF language detection and OCR tool

  • 0.2.5
  • PyPI
  • Socket score

Maintainers
1

Language Processing Tool

This Python package provides functionality to process PDFs and detect languages in the documents.

Installation

You can install the package using pip:

Usage

For batch processing:

process-pdfs /path/to/input/ /path/to/csv_file.csv /path/to/output/

For single PDF processing:

process-pdfs path.pdf

language_processing_tool
β”œβ”€ LICENSE
β”œβ”€ MANIFEST.in
β”œβ”€ README.md
β”œβ”€ build
β”‚  β”œβ”€ bdist.linux-x86_64
β”‚  └─ lib
β”‚     └─ language_processing_tool
β”‚        β”œβ”€ __init__.py
β”‚        β”œβ”€ process_pdfs.py
β”‚        └─ sourcecode.py
β”œβ”€ dist
β”‚  β”œβ”€ language-processing-tool-0.2.4.tar.gz
β”‚  └─ language_processing_tool-0.2.4-py3-none-any.whl
β”œβ”€ language_processing_tool
β”‚  β”œβ”€ __init__.py
β”‚  └─ process_pdfs.py
β”œβ”€ language_processing_tool.egg-info
β”‚  β”œβ”€ PKG-INFO
β”‚  β”œβ”€ SOURCES.txt
β”‚  β”œβ”€ dependency_links.txt
β”‚  β”œβ”€ entry_points.txt
β”‚  β”œβ”€ requires.txt
β”‚  └─ top_level.txt
β”œβ”€ pyproject.toml
β”œβ”€ requirements.txt
β”œβ”€ setup.py
└─ tests
   └─ test.py

FAQs


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc