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: added table_html variable initialization #920

Merged

Conversation

effortprogrammer
Copy link
Contributor

While performing table hybrid parse with naver ocr, there was error:

 UnboundLocalError: local variable 'table_html' referenced before assignment         

To fix this error, I added table_html variable initialization to solve this error. After that, code works as expected.

@bwook00 bwook00 self-requested a review November 2, 2024 07:40
Copy link
Contributor

@bwook00 bwook00 left a comment

Choose a reason for hiding this comment

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

@effortprogrammer
Thanks for your contribution!
That is our huge mistake 😂
LGTM

@bwook00 bwook00 merged commit ab8bd24 into Marker-Inc-Korea:main Nov 2, 2024
1 check passed
@effortprogrammer effortprogrammer deleted the fix-hybrid-table-parse branch November 2, 2024 09:11
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