7 lines
244 B
PHP
Executable File
7 lines
244 B
PHP
Executable File
<?php
|
|
require 'include/utils/GPT.php';
|
|
$result = CheckPDF('/var/www/fastuser/data/www/crm.clientright.ru/tmp/9999.pdf');
|
|
//$result = CheckPDF('storage/2024/March/week2/81442_365bee2ad661118a33508ae34b6ad57c.pdf');
|
|
|
|
echo json_encode($result);
|
|
?>
|