Convierte archivos PDF a formato Markdown extrayendo texto, tablas e imágenes.
Project description
pdf2md
pdf2md es una librería de Python para convertir archivos PDF a Markdown, extrayendo texto, tablas e imágenes.
Instalación
pip install pdf2md
Uso
from pdf2md.converter import pdf_to_markdown
with open("archivo.pdf", "rb") as pdf_file:
markdown_text = pdf_to_markdown(pdf_file)
print(markdown_text)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdfileconvert-1.0.0.tar.gz
(4.4 kB
view details)
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 mdfileconvert-1.0.0.tar.gz.
File metadata
- Download URL: mdfileconvert-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
553035ea409574ec796be73d2b666903a9b7726a2e2755df70a483e10f80ce5b
|
|
| MD5 |
14e23eafd872dc62ae63d97783f336ca
|
|
| BLAKE2b-256 |
ad1e6fcc3554ac09236ac7309a3e63465b94cc23573ddd5b0d2b75cd8847fd42
|
File details
Details for the file mdfileconvert-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mdfileconvert-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc69849432fffe3cfa19b950d51d0c4ed5b5bd03200ecfc851e3a36652eda6c
|
|
| MD5 |
b07de80f810835e8bd763f7bb4d8e5ff
|
|
| BLAKE2b-256 |
330958bb17c9cf5bfac9025f18e701784a4febfb4d245fde40f3491ef048492f
|