• Xiaomeng Zhao's avatar
    fix(pdf-extract): adjust box threshold for OCR detection (#447) · 041b9465
    Xiaomeng Zhao authored
    Tuned the detection box threshold parameter in the OCR model initialization to improve the
    accuracy of text extraction from images. The threshold was modified from 0.6 to
    0.3 to filter out smaller detection boxes, which is expected to enhance the quality of the extracted
    text by reducing noise and false positives in the OCR process.
    041b9465
pdf_extract_kit.py 13.3 KB