try the 3.02  - I tested it with VS2008 and mingw32 on Windows XP and there
was no crash.

-- 
Zdenko

On Thu, Nov 8, 2012 at 10:54 PM, Mike Butterbrodt <[email protected]>wrote:

> I have an image snippet that causes an assertion in unichar_id() from a
> higher call to GetUTF8Text(RIL_SYMBOL) using a ResultIterator.
>
> I've duplicated this on 32bit and 64bit Windows under the VS 2010 compiler.
>
> The guts of the code...
>          ResultIterator* pSymbolIter = m_tessOcr.GetIterator();
>
>          do
>          {
>             const char* pSymbol = pSymbolIter->GetUTF8Text(RIL_SYMBOL);
>
>             std::cout << *pSymbol;
>
>             delete[] pSymbol;
>
>          } while ( pSymbolIter->Next(RIL_SYMBOL) );
>
> That's is.  Pretty simple and I end up with an assert on line 184
> ratngs.h.
> I have attached the image and the full main.cpp.   Help would be
> appreciated.  I've run this on thousands of image without issue until this
> one image.
>
> Mike B
>
>  --
> 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
>

-- 
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