-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Assert fail in src/ccstruct/pageres.cpp, line 1502 with specific image and language combination - all languages from ubuntu repos #4270
Comments
In addition, this is the version of
|
Stack trace with latest code when running
|
This looks like a duplicate of issue #4148. Therefore I close it here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
When running this command line:
The following occurs:
This is reproducible via the following sequence of commands (output is clipped for brevity until the end) to start a clean Ubuntu 24.04 docker container, update existing packages, install
tesseract-ocr
(for command line usage) and the two languages in question,tesseract-ocr-ara
andtesseract-ocr-chi-tra
. The test image is the same image in #4148,wget
is used to download it to test. It is also available in this ticket below.Backtrace:
This also occurred when using the latest package from the dail-dev ppa here, version included below.
The test image is included here again for reference.
Expected Behavior
As in #4148 and #4146, the expectation is that this combination of languages and image would not cause a sigabrt.
Suggested Fix
No known suggested fixes at this time.
tesseract -v
Current Ubuntu 24.04
tesseract-ocr
package:From the current latest package available from this daily-dev ppa:
Compiler
CPU
Virtualization / Containers
Other Information
I opened this new ticket even though this is closely related to #4146 and #4148 as this is entirely reproducible with the latest ubuntu packages for both the command line
tesseract
and the languages used. This implies that while the image may not have discernible text for the OCR process to function, it is still causing a sigabrt with a "standard configuration".The text was updated successfully, but these errors were encountered: