You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

platescan.php 176 B

7 years ago
12345678910111213
  1. <?php
  2. //
  3. // Created by Coleflowers on 20/06/2018.
  4. //
  5. /**
  6. * 车牌识别PHP扩展程序测试
  7. */
  8. $path = realpath("demo.png");
  9. $res = platescan($path);
  10. var_dump($res);
  11. ?>