process_v2()
Process data using the v2 pipeline.
Usage
process_v2(data)Parameters
data: list-
The data to process.
Returns
list-
The processed data.
NoteAdded in version 2.0
Note
Replaces the old process() function.
Tip
Use with batch_mode for best results.