13 lines
303 B
Markdown
13 lines
303 B
Markdown
# 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:
|