Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9128233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:28:02+00:00 2026-06-17T07:28:02+00:00

I am trying to perform an OCR using tesseract on a Windows based Apache

  • 0

I am trying to perform an OCR using tesseract on a Windows based Apache server. It makes me mad. The following doesn’t produce the expected E:\zzz.txt file:

<?php

$command = "\"C:\\ocr\\tesseract.exe\" \"E:\\www\\test\\upload\\proofs\\src\\yehia.raef.jpg\" \"E:\\zzz\" 2>&1";

print $command;
exec("$command", $msg);
print_r($msg);

?>

When I run the program, here is what I get:

C:\Users\blob\Desktop>php ici.php
"C:\ocr\tesseract.exe" "E:\www\test\upload\proofs\src\yehia.raef.jpg" "E:\zzz" 2>&1

Array
(
    [0] => The filename, directory name, or volume label syntax is incorrect.
)

But now if run the command directly from the prompt:

C:\Users\blob\Desktop>"C:\ocr\tesseract.exe" "E:\www\test\upload\proofs\src\yehia.raef.jpg" "E:\zzz" 2>&
Tesseract Open Source OCR Engine v3.02 with Leptonica

It works like a charm. Please note this kind of command perfectly works with other software such as ImageMagick…

Help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:28:03+00:00Added an answer on June 17, 2026 at 7:28 am

    Asuming that PHP has all the required permissions, in PHP versions earlier than PHP/5.3.0 running on Windows you need to add an extra set of quotes around your full command:

    <?php
    
    $command = "\"C:\\ocr\\tesseract.exe\" \"E:\\www\\test\\upload\\proofs\\src\\yehia.raef.jpg\" \"E:\\zzz\" 2>&1";
    if( PHP_OS=='WINNT' && version_compare(PHP_VERSION, '5.3.0', '<') ){
        $command = '"' . $command . '"';
    }
    print $command;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying perform a relatively basic TCP socket send/receive operation on Windows CE using
I am trying to perform a bulk insert onto SQL Server: BULK INSERT SampleData
I am trying to perform a mapreduce job using the Python MRJob lib and
I am trying to perform different actions stored in the same controller using yii.
I'm trying to perform the following integral in Maple: simplify(int(a*x^2*e^(-a*x^2), x = -infinity ..
I am trying to perform a simple jQuery AJAX attempt using either a .get()
I'm trying to perform some simple animations using CA layers on transparent window and
I'm trying to perform the following query in LLBL and I'm not having much
I'm trying to perform the following action on a string : find the last
Trying to perform a search by address using jquery-ui-map plug-in. Firefox reports: TypeError: h[b]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.