## process_v2()


Process data using the v2 pipeline.


Usage


``` python
process_v2(data)
```


data The data to process.


list The processed data.

> **Note: Added in version 2.0**

> **Note: Note**
>
> Replaces the old process() function.

> **Tip: Tip**
>
> Use with batch_mode for best results.
