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

fix: ValueError when converting cells to html #359

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

christinestraub
Copy link
Contributor

@christinestraub christinestraub commented Jun 21, 2024

This PR will address #357, #358, and Unstructured-IO/unstructured#3252.

Summary

  • add logic to validate the input parameter to the fill_cells() function. Now, the function checks if the input is a valid list of dictionaries before processing.
  • correct type hint for parameter cells in table_cells_to_dataframe()

Added logic to validate the input parameter to the fill_cells() function.
Now, the function checks if the input is a list of dictionaries before processing.
Copy link
Contributor

@MthwRobinson MthwRobinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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

Successfully merging this pull request may close these issues.

2 participants