HTML
Requirements#
Requires the ldc-html library.
Plugins#
Extracting text from HTML files#
ldc-convert \
-l INFO \
from-html-pt \
-l INFO \
--input "./input/*.html" \
-s "\n" \
to-txt-pt \
-l INFO \
--output "./output/"