From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 14:44:35 +0000 (+0200) Subject: wip #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=29b88d0c107b5413e4bd603cb0e996bb490298c0;p=fluidbook_processfarm.git wip #7684 --- diff --git a/app/process.php b/app/process.php index 7705c73..9f55794 100644 --- a/app/process.php +++ b/app/process.php @@ -37,7 +37,7 @@ try { } else if ($_POST['operation'] === 'extractmarkdown') { $res = PDFOperations::extractMarkdown($_POST['pdf'], $_POST['out']); } else if ($_POST['operation'] === 'extractpdfarea') { - $res = PDFOperations::extractArea($_POST['pdf'], $_POST['out'], $_POST['page'], json_decode($_POST['area'], true), json_decode($_POST['options'], true)); + $res = PDFOperations::extractArea($_POST['pdf'], $_POST['out'], $_POST['page'], $_POST['area'], $_POST['options']); } else { if (!isset($_POST['pdf'])) { if (isset($_POST['toolbox'])) {