Skip to content

Commit

Permalink
fix line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannaparzych committed Nov 27, 2024
1 parent aa329e4 commit ca9e8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/html/rendered_html_from_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"""
Script to render HTML from unstructured elements.
NOTE: This script is not intended to be used as a module.
NOTE: For now script is only intended to be used with elements generated with `partition_html(html_parser_version=v2)`
NOTE: For now script is only intended to be used with elements generated with
`partition_html(html_parser_version=v2)`
TODO: It was noted that unstructured_elements_to_ontology func always returns a single page
This script is using helper functions to handle multiple pages.
This script is using helper functions to handle multiple pages.
"""

import argparse
Expand Down

0 comments on commit ca9e8ef

Please sign in to comment.