Skip to content

streamlit_app use_pdf_boxes seems unused since v0.9.0, should be deprecated or removed #391

@xiaoyao9184

Description

@xiaoyao9184

Hi team,

It seems that the use_pdf_boxes checkbox parameter is no longer being used in the codebase. A quick code search suggests that there has been no reference to this argument for a while, possibly since version 0.9.0.

use_pdf_boxes = st.sidebar.checkbox(
"PDF table boxes",
value=True,
help="Table recognition only: Use the bounding boxes from the PDF file vs text detection model.",
)

To help maintain clarity and avoid confusion for users, I’d recommend formally deprecating or removing this option if it is indeed no longer functional.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions