-
Logged In: YES
user_id=506144
Fixed in phpOCR-0.0.3.
Thanks for reporting.
2004-07-29 21:14:28 UTC by janis_putrams
-
phpOCR now works with register_globals=Off in php.ini and has some new documentation about how to create templates for specific font.
2004-07-29 21:11:33 UTC by janis_putrams
-
Logged In: YES
user_id=506144
Hi!
Thanks for the report but can't really see the difference
from the original.
Janis.
2004-07-29 20:15:22 UTC by janis_putrams
-
I think that section should look like this:
$ret.=''."\n";
$ret.="\t".''.sizeof
($retmas).''."\n";
for($c=0;$c
2004-02-22 23:50:28 UTC by diamondmagic
-
actually, it should be:
ini_set('register_globals','Off');.
2004-01-29 20:56:11 UTC by nobody
-
phpocr require register_globals to be on in the php.ini.
this could be fixed by adding:
if(@$_REQUEST['filename']){$filename=$_REQUEST
['filename'];}
if(@$_REQUEST['out']){$out=$_REQUEST['out'];}
OR
ini_set('register_globals','On');.
2004-01-01 18:34:28 UTC by nobody
-
phpOCR now is much more user friendly and more documented.
It has new features such as image source specification by URL, xml output format and more.
2003-01-22 02:35:22 UTC by janis_putrams
-
By default it works with small png and jpg images. Gif support though gif2png is also supported. Font library file is for NUMBERS ONLY. If you wish you can customize/extend the font library by editing char_inc.php.
2003-01-08 23:20:41 UTC by janis_putrams
-
Anonymous committed patchset 1 of module CVSROOT to the phpOCR CVS repository, changing 11 files.
2002-12-09 15:12:04 UTC by nobody
-
registered the phpOCR project.
2002-12-07 16:17:34 UTC by