Metadata-Version: 2.1
Name: pdf-chunker
Version: 0.1.1
Summary: A Python library for splitting PDF files into smaller chunks
Home-page: https://github.com/ibrahim24/pdf_chunker
Author: Ibrahim Aloui
Author-email: ibrahimaloui433@gmail.com
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
Requires-Dist: PyPDF2==3.0.0

# PDF Chunker

PDF Chunker is a Python library that allows you to split PDF files into smaller chunks, based on the number of pages.

## Installation

```bash
pip install pdf_chunker
