Skip to content

Commit

Permalink
feat: increase HTML_MAX_PREDECESSOR_LEN value to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Apr 2, 2024
1 parent ca5249f commit 72fb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/partition/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ class PartitionStrategy:
# default image colors
IMAGE_COLOR_DEPTH = 32

HTML_MAX_PREDECESSOR_LEN = 5
HTML_MAX_PREDECESSOR_LEN = 15

0 comments on commit 72fb421

Please sign in to comment.