You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
coleflowersma f5b99191b8 add Prj-PHP 7 years ago
..
include add Prj-PHP 7 years ago
lpr add Prj-PHP 7 years ago
tests add Prj-PHP 7 years ago
CMakeLists.txt add Prj-PHP 7 years ago
README.MD add Prj-PHP 7 years ago
main.cpp add Prj-PHP 7 years ago
platescan.ini add Prj-PHP 7 years ago

README.MD

Prj-PHP

HyperLPR 在PHP扩展程序中的实现核心代码拷贝了 Prj-Linux 中庾金科大牛的代码。我做的这部分工作主要是配置编译成PHP扩展程序。

$path = realpath("demo.png"); 
$res = platescan($path);
var_dump($res); // string(9) "苏ED0N19"

最终实现上边这样的PHP调用

image

感谢各位大牛!