Metadata-Version: 2.1
Name: language-processing-tool
Version: 0.2.1
Summary: A PDF language detection and OCR tool
Home-page: https://github.com/Harish-nika/language-processing-tool-0.2.0.git
Author: Harish kumar S
Author-email: harishkumar56278@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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


