Add `line_element_type` and `extraction_mode` to user config
Updating the user configuration with two keys:
-
line_element_type
. PyLaia is applied totext_lines
by default. I want to be able to run it onhalf_subject_lines
, so I'm addingline_element_type
to the user configuration. -
extraction_mode
. PyLaia is applied toboundingRect
by default. For Hugin Munin, I need to compare several extraction modes, such aspolygon
,min_area_rect
...
Tested on Filae-us (process) with min_area_rect
extraction mode on half_subject_line
.
Edited by Solene Tarride