We are excited to announce the first release of PyJPDF, a Python library for extracting information from PDF files.
New Features
- **PDF to Text Conversion**: The `convertPDF` function in `utils.py` allows you to convert a PDF file to text using a headless Chrome browser. You can specify the input PDF file, the output text file, the maximum number of tries to copy the text from the PDF, and more.
Installation
You can install the PyJPDF library using pip:
bash
pip install pyjpdf