我是<img src="<?php echo asset("storage/app/public/img/$product->image") ?>">
的新手。
在学习了一个教程之后,我发现了这种方法:
Java
我了解代码的功能,他们正在使用cmd执行命令。
但是,我想更改此内容
Process p = Runtime.getRuntime().exec(command);
new Thread(new SyncPipe(p.getErrorStream(), System.err)).start();
new Thread(new SyncPipe(p.getInputStream(), System.out)).start();
PrintWriter stdin = new PrintWriter(p.getOutputStream());
stdin.println("\""+tesseract_install_path+"\" \""+file+"\" \""+output_file+"\" -l eng");
stdin.close();
p.waitFor();
并将结果的值存储在一个viariable中,而不是使用文件来写。
有可能吗?