JansenFelipe\OMR\Contracts\Scanner::textArea PHP Method

textArea() abstract protected method

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