JansenFelipe\OMR\Contracts\Scanner::textArea PHP 메소드

textArea() 추상적인 보호된 메소드

Returns image blob in a rectangular area
abstract protected textArea ( Point $a, Point $b ) : string
$a JansenFelipe\OMR\Point
$b JansenFelipe\OMR\Point
리턴 string
    protected abstract function textArea(Point $a, Point $b);