CLI does not work
See original GitHub issueI cannot get eynollah
to run. Here’s what I did for installation:
git clone https://github.com/qurator-spk/eynollah
pip install -e eynollah
make -C eynollah models
Everything went smoothly. Now I wanted to run on my image:
mkdir LINES-EYNOLLAH
eynollah -i ORIGINAL/FILE_0002_ORIGINAL.jpg -o LINES-EYNOLLAH -m /data/ocr-d/eynollah/models_eynollah -fl -ae -cl
This returns after about 1sec without doing anything (exit value is 1). It’s the same if I remove -fl -ae -cl
. (In fact, it’s still the same if I remove the entire -m
option.) No error, no result.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Troubleshooting AWS CLI errors - AWS Command Line Interface
General troubleshooting to try first · Check your AWS CLI command formatting · Confirm that you're running a recent version of the AWS...
Read more >CLI not working on Windows · Issue #984 · avajs/ava - GitHub
The CLI is not working for me on Windows, and the issue seems to be with this code: ava/cli.js Lines 11 to 15...
Read more >CLI commands don't work - Solved - Kirby forum
I'm new to Composer. I try to install the CLI but can't get the commands to work. I have installed Composer and tried...
Read more >Troubleshooting the CLI - Oracle Help Center
Learn how to resolve issues that you might encounter when installing Python or the CLI, or when using the Oracle Cloud Infrastructure CLI....
Read more >Troubleshooting the Particle CLI
Investigate your USB cable. 90%+ of cases where the CLI cannot detect your device result from two major cable issues. First, make sure...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A fresh install from master fails for me at the moment. @bertsky I will work on the XML handling and OCR-D interface and will get back to you once this is in a working state again.
Thanks for tracking the problem down, I’ll fix it right away.r