You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing random access violation issue while doing ocr. We have developed web application and using ocr in it.
our application is crashing intermittently.
Below is sample code.
using(var engine = new TesseractEngine("training data path", "eng)
{
engine.DefaultPageSegMode = PageSegMode.SingleColumn;
using(var img = Pix.LoadFromMemory())
{
using (var page = engine.Process(img))
{
using (var itr = page.GetIterator())
{
}
}
}
}
We are not getting anything in crash dump. So please help to troubleshoot the issue.
The text was updated successfully, but these errors were encountered:
On Fri, 3 June 2022, 8:59 pm RamanSggs, ***@***.***> wrote:
We are facing random access violation issue while doing ocr. We have
developed web application and using ocr in it.
our application is crashing intermittently.
Below is sample code.
using(var engine = new TesseractEngine("training data path", "eng)
{
engine.DefaultPageSegMode = PageSegMode.SingleColumn;
using(var img = Pix.LoadFromMemory())
{
using (var page = engine.Process(img))
{
using (var itr = page.GetIterator())
{
}
}
}
}
We are not getting anything in crash dump. So please help to troubleshoot
the issue.
—
Reply to this email directly, view it on GitHub
<#610>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7HSHCGQXRQQ6HJDEAQ5TVNHQQVANCNFSM5XYETYUQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
We are facing random access violation issue while doing ocr. We have developed web application and using ocr in it.
our application is crashing intermittently.
Below is sample code.
using(var engine = new TesseractEngine("training data path", "eng)
{
engine.DefaultPageSegMode = PageSegMode.SingleColumn;
using(var img = Pix.LoadFromMemory())
{
using (var page = engine.Process(img))
{
using (var itr = page.GetIterator())
{
}
}
}
}
We are not getting anything in crash dump. So please help to troubleshoot the issue.
The text was updated successfully, but these errors were encountered: