Has this been addressed? (I'm using 3.02)

The baseapitester source shows code that does this:
if (!api.ProcessPages(image, NULL, 0, &text_out)) {
  printf("Error during processing.\n");
}

Is there a way to get error code information so my wrapping class can 
return that?


On Friday, July 3, 2009 8:06:04 PM UTC-4, Ray Smith wrote:
>
> There aren't any meaningful error codes at the moment. That is a bit of an 
> unworked area. THe 0 provides a placeholder for some non-zero values when 
> somebody has created some.
> Ray.
>
> On Wed, Jul 1, 2009 at 8:27 PM, nguyenq <[email protected] 
> <javascript:>>wrote:
>
>>
>> Does anyone know where I can find all the possible return (or error)
>> codes that Tesseract may output, and their corresponding descriptions?
>> For instance, 0 is returned for successful recognition. What about 1,
>> 29, 31, or others? What do they mean? I want to display meaningful
>> error messages when Tesseract fails.
>>
>> Thanks.
>>
>> Quan
>>
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to