Abed khooli

Results 7 issues of Abed khooli

Installed dcat on ckan 2.8.3 and it worked (after `chmod 777 -R /usr/lib/ckan/default/src/ckan/ckan/public/base/i18n`), but when I run paster commands like `plugin-info` or `jobs list` I get an error saying plugin...

I use ktrain wrapper library for Keras which calls `eli5.show_prediction(model, x)` [eli5: '0.10.1'] and for some images, there is no indication (color highlight) on the predicted image (both correct and...

Encountered three times (different workflows): create a workflow and try to edit it after several hours. It works as read only, can't edit or create a new tab (tab shows...

I have CKAN 2.8.3 (updated from 2.8.2) on Ubuntu 16.04 and upload to datastore stays pending (push_to_datastore). The suspected error log is below. ``` [Mon Dec 16 17:36:08.354342 2019] [wsgi:error]...

Tried `!pip install ludwig[llm]` on both Colab and Kaggle. Then, could not import from the api: `from ludwig.api import LudwigModel` `[OSError: /opt/conda/lib/python3.10/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch6detail10class_baseC2ERKSsS3_SsRKSt9type_infoS6_](https://download.pytorch.org/models/text/%3C/span%3E%3Cspan)` Issue seems related to `torchtext'...

bug
llm
dependency

I tried the example from Installation (Alternative OCR Engines) and got `cannot import name 'PipelineOptions' from 'docling.datamodel.base_models'` Then I tried https://ds4sd.github.io/docling/examples/custom_convert/ (PyPdfium with EasyOCR) and got `ValueError: "PipelineOptions" object has...

I tried a pdf file in Arabic with a few English words but the Arabic text is reversed (words in a sentence and letters per word). Used `pipeline_options.ocr_options.lang = ["ar"]`...

question
needs investigation
ocr
PDF parsing