ActiveState's FAQ says "system() or backtick (``) calls to system tools that
aren't available on ActivePerl." Backticks are used to build the command
line for installing ImageMagick.
Changing my $convert = $ENV{'ProgramFiles'}.\\ImageMagick\\convert -version;
to my $convert = "C:\\Progra~1\\ImageMagick\\convert -version"; worked.
I also had a problem installing tesseract. The executable file installed,
but the language files did not download for some reason. The script ran the
executable, and it created a log file. The script checked for the logfile,
not that all of the downloads and installs worked. After I deleted the
executable, the script downloaded everything.
This was all I really had problems with (perl 5.10). Great job by the guys
who put this together. It's really close now.
The biggest danger I see is relying on http to get some of the files. The
Internet doesn't always cooperate.
Fritz Borgstedt wrote:
> All necessary PPM/PPD ' s for ASSP running under Perl 5.88/5.10 are in
> assp.mod.
> Modules for OCR are included. Create c:\perl\assp.mod by placing the
> folder assp.mod into c:\perl and run mod_inst.pl.
>
> http://www.magicvillage.de/~Fritz_Borgstedt/assp/S065335E5?WasRead=1
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK
> & win great prizes Grand prize is a trip for two to an Open Source
> event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Assp-test mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-test
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test