> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/resources/errors-and-faqs/translation-error-job-failed.md).

# Translation Error: Job Failed

In some cases, after [submitting a file for translation](/translation/translating-a-document-on-jurisphere.md), you may receive a [notification](/my-account-and-organization/jurisphere-dashboard.md#notification-bell) that the processing has failed. You may see a red ❗ icon with a message like:

<figure><img src="/files/wLi96gK6F1p20i2ToEyX" alt=""><figcaption></figcaption></figure>

> `Translate [filename].pdf`

This means the translation task could not be completed.

***

**🔍 Why This Happens:**

Common reasons include:

* **OCR failure**: The selected file(s) may not contain extractable text, especially if scanned or handwritten.&#x20;
* **Image-heavy files**: If the file has no readable text layer, our translation engine cannot proceed.

{% hint style="info" %}
You can check for and resolve both these issues easily on Jurisphere. See how:

[Your files and documents](/file-upload-and-management/your-files-and-documents.md#when-is-manual-ocr-needed) \
[File Options](/file-upload-and-management/your-files-and-documents/file-options.md#apply-ocr-and-re-process)
{% endhint %}

* **Unusual file formats**: Some PDFs exported from image editors or legacy tools don’t embed text properly.
* **Temporary backend error**: The server may have failed to parse the document correctly.

***

**🛠 What You Can Do:**

1. **Check if OCR is needed**:
   * Try selecting text in the PDF — if you can’t, it needs OCR.
   * [Apply OCR through our platform](/file-upload-and-management/your-files-and-documents/file-options.md#apply-ocr-and-re-process) (or any OCR tool) before retrying the translation.
2. **Retry the task** after applying OCR.
3. If the error persists, **reach out to support** via:
   * Your support group
   * Or the in-app support bot

We’ll look into it right away and assist you further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.jurisphere.ai/resources/errors-and-faqs/translation-error-job-failed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
