Commit 135b2986 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

update example

parent 04727ccd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ $job->addFile('/chemin/vers/fichier.docx');
 * Il est possible de chainer des transformations,
 * il suffit d'appeler successivement addTransformation()
 */
$job->addTransformation('pas_une_vraie_transfo', ['option_factice' => 'ok']);
$job->addTransformation('doc2tei', ['keep_transient_files' => 'non']);

/**
 * On envoit ensuite le job au serveur.