ListProcessor
- class burdoc.processors.list_processor.ListProcessor(log_level: int = 20)
The ListProcessor takes the correctly ordered layout elements and identifies ordered and unordered lists
Requires: [‘elements’]
Optional: None
Generators: [‘elements’, ‘page_hierarchy’]
- add_generated_items_to_fig(page_number: int, fig: Figure, data: Dict[str, Any])
Draw any items generated by this processor to a page image
- generates() List[str]
Return list of fields added by this processor
- requirements() Tuple[List[str], List[str]]
Return list of required data fields and list of optional data fields