My OCR model mislabels section titles as body text. Is a CRF the right fix, or am I overcomplicating it? [P]
<!-- SC_OFF --><div class="md"><p>Hi everyone,</p> <p>I'm working on extracting the hierarchical structure of long PDF documents (legal/regulatory text, lots of numbered sections) and would like to gather some feedback on my approach before committing to it.</p> <p><strong>What I've done so far:</strong> I render each PDF page to an image and run it through <a href="https://huggingface.co/baidu/Unlimited-OCR">Baidu's DeepSeek-OCR model</a>. It returns each detected block with a bounding box <cod