Files
HyperLPR-Windows-Shared/Prj-PHP/tests/platescan.php
T
2018-06-20 19:24:20 +08:00

14 lines
176 B
PHP

<?php
//
// Created by Coleflowers on 20/06/2018.
//
/**
* 车牌识别PHP扩展程序测试
*/
$path = realpath("demo.png");
$res = platescan($path);
var_dump($res);
?>