# Batch Processing with Images

The python batch helper library can be used to submit images to Parasail batch processing endpoints. For detailed information about this library, please read the [Quick start](/parasail-docs/batch/batch-quickstart.md) page.

The library can be installed with the following command:

```
pip install openai-batch
```

The following example file in the github repo shows how this library can be used to read a directory full of images and submit to the `Qwen/Qwen3-VL-8B-Instruct` . The library will automatically read the image files, convert to Base64 format, insert into the batch submission, and store the results in the output directory.

{% @github-files/github-code-block url="<https://github.com/parasail-ai/openai-batch/blob/main/examples/image_understanding.py>" %}


---

# Agent Instructions: 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:

```
GET https://docs.parasail.io/parasail-docs/batch/batch-processing-with-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
