-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does this even mean?? Please help! #643
Comments
It means that the while the dll was loaded the engine instance failed to
initialise. Usually this is due to issues with the tessdata directory
either no having comparable language data or it not being able to find the
specified directory. See the URL in the error for more information.
…On Fri, 23 Jun 2023, 03:14 InvertedCreeper, ***@***.***> wrote:
Tesseract.TesseractException: Failed to initialise tesseract engine.. See
https://github.com/charlesw/tesseract/wiki/Error-1 for details.
at Tesseract.TesseractEngine.Initialise(String datapath, String language,
EngineMode engineMode, IEnumerable1 configFiles, IDictionary2
initialValues, Boolean setOnlyNonDebugVariables)
at InventoryKamera.Scraper.InitEngines()
at InventoryKamera.Scraper..cctor()
—
Reply to this email directly, view it on GitHub
<#643>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7HSA4DJ45I33CWJOOTCTXMR4QPANCNFSM6AAAAAAZQQGDF4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
How do I fix it??
…Sent from my iPhone
On 22 Jun 2023, at 23:13, Charles Weld ***@***.***> wrote:
It means that the while the dll was loaded the engine instance failed to
initialise. Usually this is due to issues with the tessdata directory
either no having comparable language data or it not being able to find the
specified directory. See the URL in the error for more information.
On Fri, 23 Jun 2023, 03:14 InvertedCreeper, ***@***.***>
wrote:
> Tesseract.TesseractException: Failed to initialise tesseract engine.. See
> https://github.com/charlesw/tesseract/wiki/Error-1 for details.
>
> at Tesseract.TesseractEngine.Initialise(String datapath, String language,
> EngineMode engineMode, IEnumerable1 configFiles, IDictionary2
> initialValues, Boolean setOnlyNonDebugVariables)
>
> at InventoryKamera.Scraper.InitEngines()
>
> at InventoryKamera.Scraper..cctor()
>
> —
> Reply to this email directly, view it on GitHub
> <#643>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAB7HSA4DJ45I33CWJOOTCTXMR4QPANCNFSM6AAAAAAZQQGDF4>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tesseract.TesseractException: Failed to initialise tesseract engine.. See https://github.com/charlesw/tesseract/wiki/Error-1 for details.
at Tesseract.TesseractEngine.Initialise(String datapath, String language, EngineMode engineMode, IEnumerable
1 configFiles, IDictionary
2 initialValues, Boolean setOnlyNonDebugVariables)at InventoryKamera.Scraper.InitEngines()
at InventoryKamera.Scraper..cctor()
The text was updated successfully, but these errors were encountered: