-
Notifications
You must be signed in to change notification settings - Fork 136
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
Segment command fails when trying to output as PageXML/ALTO #597
Comments
Version 5.2.4 gives me same error on Ubuntu 22.04 (WSL):
|
On 24/05/14 07:14AM, fattynoparents wrote:
Version 5.2.4 gives me same error on Ubuntu 22.04 (WSL):
Yes, I haven't tagged a new release with the fix yet.
|
I saw that you tagged the 5.2.5 release with my issue https://github.com/mittagessen/kraken/releases/tag/5.2.5
|
here is a workaround: https://stackoverflow.com/questions/55051431/linux-pyarrow-undefined-symbol |
On 24/07/03 05:24AM, fattynoparents wrote:
I saw that you tagged the 5.2.5 release with my issue https://github.com/mittagessen/kraken/releases/tag/5.2.5
I'm now trying to run the code with a dev version 5.2.6.dev8 but get the following error:
```
(kraken) ***@***.***:~/Documents/test$ kraken --version
kraken, version 5.2.6.dev8
(kraken) ***@***.***:~/Documents/test$ kraken -x -i 7001.jpg 7001.xml segment -bl
Loading ANN /tmp/yes/envs/kraken/lib/python3.11/site-packages/kraken/blla.mlmodel ✓
[07/03/24 14:21:12] ERROR Failed processing 7001.jpg:
kraken.py:431 /tmp/yes/envs/kraken/lib/python3.11/site-packages/pyarrow/../../.././libbrotlidec.so.1: undefined
symbol: BrotliSharedDictionaryDestroyInstance
```
That's not a kraken issue. You managed to install the pyarrow dependency
with an incompatible libbrotlidec version. I'd purge the environment and
try again.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to use the
segment
command with output as PageXML/ALTO:I get the error:
The text was updated successfully, but these errors were encountered: