PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Andrey Kucherenko   PHP OCR Class   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: config
Class: PHP OCR Class
Recognize text & objects in graphical images
Author: By
Last change:
Date: 18 years ago
Size: 376 bytes
 

Contents

Class file image Download
<?php


//corners types
define("CORNER_BP_LEFT_TOP",1);

define("CORNER_BP_RIGHT_TOP",2);

define("CORNER_BP_LEFT_BOTTOM",3);

define("CORNER_BP_RIGHT_BOTTOM",4);

define("CORNER_WP_LEFT_TOP",5);

define("CORNER_WP_RIGHT_TOP",6);

define("CORNER_WP_LEFT_BOTTOM",7);

define("CORNER_WP_RIGHT_BOTTOM",8);

//colors constants
define("COLOR_BLACK",1);

define("COLOR_WHITE",0);
?>