Metadata-Version: 2.1
Name: Leer-PDFR370
Version: 3.7.1
Summary: Librería para leer ficheros PDFs y extraer la información en formato str
Home-page: https://github.com/Rlimon3702/
Author: R Limon
Author-email: rlimon.tva@gmail.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pymupdf

# Librería leer PDFs 


<br>

Librería que te permite extraer el texto contenido en un fichero PDF.

Para utilizarlo simplemente necesitas incluir la ruta del fichero y te imprimirá el contenido del mismo en formato texto.

<br>

## 💡 Prerequisitos

   [Python 3](https://www.python.org/downloads/release/python-370/)

<br>

## 📚 Ejemplo de uso

```
from leer_PDF import leer_pdf

leer_pdf('.\Documento.pdf')
```
<br>

## 🐸 Aloha!
<br>

