dpy87530 2014-02-24 12:22
浏览 169

PHP-tesseract无法使SetImage()工作

I am currently trying to call the SetImage() method from the tesseract API via php-tesseract Wrapper class (https://code.google.com/p/php-tesseract/) since I want to use the setRectangle() method.

Does somebody know which arguments are expected when using SetImage(). I don't know how to pass my image to this method and couldn't find any documentation for PHP on the web.

I am very thankful for any hints or suggestions!

Thank you so much.

  • 写回答

1条回答 默认 最新

  • duanju7199 2014-02-24 13:55
    关注

    From the sources:

    function SetImage($imagedata_or_pix,$width=null,$height=null,$bytes_per_pixel=null,$bytes_per_line=null) {
        switch (func_num_args()) {
            case 1: TessBaseAPI_SetImage($this->_cPtr,$imagedata_or_pix); break;
            case 2: TessBaseAPI_SetImage($this->_cPtr,$imagedata_or_pix,$width); break;
            case 3: TessBaseAPI_SetImage($this->_cPtr,$imagedata_or_pix,$width,$height); break;
            case 4: TessBaseAPI_SetImage($this->_cPtr,$imagedata_or_pix,$width,$height,$bytes_per_pixel); break;
            default: TessBaseAPI_SetImage($this->_cPtr,$imagedata_or_pix,$width,$height,$bytes_per_pixel,$bytes_per_line);
        }
    }
    

    Hope it helps...

    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题