Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 458 Bytes

File metadata and controls

19 lines (10 loc) · 458 Bytes

Hierarchy Detection Module

Purpose

Detects the Hierarchy within a document, respecting indentation of element blocks to create a hierarchical structure.

What it does

Sets the 'childs' and 'parent' property of every element inside a hierarchical structure, like lists inside lists, paragraphs following headings, etc.

Dependencies

Lines To Paragraph Module

How it works

Accuracy

Limitations