mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 12:07:04 +00:00
parent
d98883b79d
commit
1a81080e8a
4
.github/workflows/linux_ci.yml
vendored
4
.github/workflows/linux_ci.yml
vendored
@ -282,7 +282,9 @@ jobs:
|
||||
run: wget --no-check-certificate https://dl.xpdfreader.com/xpdf-tools-linux-4.03.tar.gz && tar -xvf xpdf-tools-linux-4.03.tar.gz && sudo cp xpdf-tools-linux-4.03/bin64/pdftotext /usr/local/bin
|
||||
|
||||
- name: Install tesseract
|
||||
run: sudo apt-get install tesseract-ocr libtesseract-dev poppler-utils
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt-get install tesseract-ocr libtesseract-dev poppler-utils
|
||||
|
||||
- name: Install Dependencies (on cache miss only)
|
||||
# The cache might miss during the execution of an action: there should always be a fallback step to
|
||||
|
||||
@ -189,7 +189,7 @@ To find out more about these pipelines, have a look at our [documentation](https
|
||||
With any Pipeline, whether prebuilt or custom constructed,
|
||||
you can save a diagram showing how all the components are connected.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
```python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user