Tesseract ve Php ocr

0 Cevap php

Ben tesseract kullanarak metin içine resim dosyalarının çok sayıda dönüştürmek için arıyorum.

Ben onların belgelerine baktım ama yok ki PHP ile ilgilidir nasıl fikir ve nasıl benim php komut tesseract OCR ile etkileşim var. I () yolu olabilir php exec önermek diğer sorulara gördük.

$img = myimage.png;
$text = exec($img,'tesseract');

I have downloaded and installed tesseract. Using windows 7 with a recent version of xampp installed. I have a beginner to intermediate knowledge of php. What knowledge am I missing?

Update Ben şimdi powershell ile çalışan ve birlikte cmd

tesseract.exe D:\Documents\Web_Development\Sandbox\php\images\23.png D:\Documents\Web_Development\Sandbox\php\images\23

Ama bu böyle exec aracılığıyla çalıştırmayı denediğinizde:

<?php 
exec('tesseract.exe D:\Documents\Web_Development\Sandbox\images\23.png D:\Documents\Web_Development\Sandbox\images\23');
?>

Ben tesseract.exe çalışmayı durdurdu diyor pencerelerinden bir popup olsun. Onlar kimseye bir şey demek burada hata ayrıntıları vardır.

Problem signature:
  Problem Event Name:   BEX
  Application Name: tesseract.exe
  Application Version:  0.0.0.0
  Application Timestamp:    4ca507b3
  Fault Module Name:    MSVCR90.dll
  Fault Module Version: 9.0.30729.4926
  Fault Module Timestamp:   4a1743c1
  Exception Offset: 0002f93e
  Exception Code:   c0000417
  Exception Data:   00000000
  OS Version:   6.1.7600.2.0.0.768.3
  Locale ID:    1033
  Additional Information 1: e958
  Additional Information 2: e95831f9d00a16a326250da660e931c5
  Additional Information 3: 040a
  Additional Information 4: 040a259d27c5ccf749ee18722d5fbec0

0 Cevap