> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prosights.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Recreate

> Core entity representing a data recreation request

Users can convert PDFs or images into **Microsoft Excel**, **Microsoft PowerPoint**, and **JSON** formats. When using the [Python SDK](python-sdk/quickstart), users can manage the JSON outputs as [Pandas Dataframes](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html).

### **Output Type**

Specifies the type of data extraction to perform for the recreation request.

| recreate\_flag                    | JSON Output Support |
| :-------------------------------- | ------------------: |
| is\_ppt\_process\_enabled         |               false |
| is\_xls\_process\_charts\_enabled |                true |
| is\_xls\_process\_tables\_enabled |                true |

Set these flags to control which data types are extracted and included in your output format.
