ParamManagerScripts/backend/script_groups/ImportHTML
..
models
utils
README.md
data.json
description.json
esquema_group.json
esquema_work.json
requirements.txt
scripts_description.json
work_dir.json
x1.py

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: