ParamManagerScripts/backend/script_groups/ImportHTML
Miguel 456c5cc1c7 Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
..
models Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
utils Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
README.md Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
data.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
description.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
esquema_group.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
esquema_work.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
requirements.txt Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
work_dir.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
x1.py Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00

README.md

HTML to Markdown Conversion Tool

This script processes HTML files and converts them to Markdown format, extracting images and preserving the document structure.

Dependencies

The script requires the following Python libraries:

  • beautifulsoup4
  • requests
  • html2text

Install dependencies using: