We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the commit ad5ee18 openalpr (https://github.com/openalpr/openalpr) terminates with segfault in in tesseract::LTRResultIterator::WordFontAttributes
Steps to reproduce:
alpr -c eu --config openalpr.conf segf.jpg
Problem is that when it_->word() is null, it_->row() is also null ad5ee18#diff-643581a59a3a46f463ea80b2c4d99911R172
Before the change the function exited ad5ee18#diff-643581a59a3a46f463ea80b2c4d99911R178
The text was updated successfully, but these errors were encountered:
6f85de2
Merge pull request #1669 from amitdo/amitdo-fix-1665
87635c1
WordFontAttributes: Check that word != nullptr earlier. Fix #1665
WordFontAttributes: Check that word != nullptr earlier. Fix tesseract…
168ed02
…-ocr#1665
No branches or pull requests
Environment
Current Behavior:
Since the commit ad5ee18 openalpr (https://github.com/openalpr/openalpr) terminates with segfault in in tesseract::LTRResultIterator::WordFontAttributes
Steps to reproduce:
alpr -c eu --config openalpr.conf segf.jpg
Expected Behavior:
Suggested Fix:
Problem is that when it_->word() is null, it_->row() is also null ad5ee18#diff-643581a59a3a46f463ea80b2c4d99911R172
Before the change the function exited ad5ee18#diff-643581a59a3a46f463ea80b2c4d99911R178
The text was updated successfully, but these errors were encountered: