Leading whitespaces are removed in https://github.com/rednote-hilab/dots.ocr/blob/75bd78eaca801585453c13e2672edc692c779d6c/dots_ocr/utils/format_transformer.py#L136
Thus, multi-level lists will be normalized to a single level during post-processing. For example
will be recognized as
- Treatments
- Control
- Traditional DDGS
- DDGS from fractionation process
rather than
- Treatments
- Control
- Traditional DDGS
- DDGS from fractionation process
Leading whitespaces are removed in https://github.com/rednote-hilab/dots.ocr/blob/75bd78eaca801585453c13e2672edc692c779d6c/dots_ocr/utils/format_transformer.py#L136
Thus, multi-level lists will be normalized to a single level during post-processing. For example
will be recognized as
rather than