-
Notifications
You must be signed in to change notification settings - Fork 906
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: ParserError EOF inside string (#470) #472
Conversation
Signed-off-by: guglie <[email protected]>
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@nikos-livathinos Can you quickly review: I would like your approval before we merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Signed-off-by: guglie <[email protected]>
Signed-off-by: guglie <[email protected]>
Signed-off-by: guglie <[email protected]> Signed-off-by: Christoph Auer <[email protected]>
Do not interpret quotes at the start of text read by tesseract as TSV cell quoting otherwise an error is raised if the tesseract TSV output contains rows like this:
Issue resolved by this Pull Request:
Resolves #470
Checklist: