Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why did the row/column dilation get removed? #88

Open
wandering-walrus opened this issue Jan 5, 2023 · 0 comments
Open

Why did the row/column dilation get removed? #88

wandering-walrus opened this issue Jan 5, 2023 · 0 comments

Comments

@wandering-walrus
Copy link

wandering-walrus commented Jan 5, 2023

The paper talks about doing row/column bounding box dilation to align the rows and columns and remove gaps. I see in the postprocessing.py code that this code has been commented out and removed.

    # Dilate rows and columns before final extraction
    #dilated_columns = fill_column_gaps(columns, table_bbox)
    dilated_columns = columns
    #dilated_rows = fill_row_gaps(rows, table_bbox)
    dilated_rows = rows

Is there a reason for this? Or is the bounding box dilation happening elsewhere in the code that I've missed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant