Librería que procesa un PDF mixto (texto e imágenes/tablas) y extrae el contenido en orden
Project description
AmberPDF
Una librerÃa que procesa un PDF mixto (texto e imágenes/tablas) y extrae el contenido en orden.
Instalacion
pip install amberpdf
Uso
import amberpdf
Configura las credenciales de AWS
amberpdf.credentials('tu_access_key_id', 'tu_secret_access_key')
Procesa un PDF
text = amberpdf.process_pdf('ruta/al/archivo.pdf', pages = 0) #"pages" es el número de páginas que analizará, inicia desde la primera página
print(text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amberpdf-0.1.4.tar.gz.
File metadata
- Download URL: amberpdf-0.1.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7576958620e1ae14100760f75c2ff066c4763414bb8a47e64e7be0e48ecf1f
|
|
| MD5 |
dbe85215f100046173e20d410685646c
|
|
| BLAKE2b-256 |
26e207544cb552e77ac064bc544f0d231681dae01135587bf88467b6e118941b
|
File details
Details for the file amberpdf-0.1.4-py3-none-any.whl.
File metadata
- Download URL: amberpdf-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
571899eb011f47ddb32cb1321c606282a8fe985aa305ba85a36f80b2d19dedf3
|
|
| MD5 |
c1cd2b730a96618c9c8ebe83bc6b94b8
|
|
| BLAKE2b-256 |
fd60c4b0cab8a6f1d8723bf284f28583ef708318fb319907b05ca86e6bfa994c
|