Tesseract: in Cocoa Touch Framework cannot open eng.traindata file
I got following errors when I run iOS application, with embedded binary which is my own cocoa touch framework with following dependencies
1) TesseractOCR.framework
2) CoreImage.framework
3) libstdc++.6.0.9.tbd
4) libz.tbd
I got 1) TesseractOCR.framework
by using instructions (Non-Cocoapods Installation) from this link
https://github.com/gali8/Tesseract-OCR-iOS/issues/340#issuecomment-351479701
The reason I do not use TesseractOCR from Cocoapods is that I need to create custom OCR framework which will be used by clients.
I also have tessdata
folder reference with trained data files inside my own cocoa touch framework.
When I tried to create and debug single view app
with above listed dependencies and the tessdata
, which is working fine.
But my iOS application with my framework will get following error message
Error opening data file file:///var/mobile/Containers/Data/Application/9669A787-B512-4C02-8DA7-8E77FBEF7B8A/Documents/tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!
Here is my folder structure of my framework.
Here is the structure of my work flow. Please help me.
ios ocr tesseract
add a comment |
I got following errors when I run iOS application, with embedded binary which is my own cocoa touch framework with following dependencies
1) TesseractOCR.framework
2) CoreImage.framework
3) libstdc++.6.0.9.tbd
4) libz.tbd
I got 1) TesseractOCR.framework
by using instructions (Non-Cocoapods Installation) from this link
https://github.com/gali8/Tesseract-OCR-iOS/issues/340#issuecomment-351479701
The reason I do not use TesseractOCR from Cocoapods is that I need to create custom OCR framework which will be used by clients.
I also have tessdata
folder reference with trained data files inside my own cocoa touch framework.
When I tried to create and debug single view app
with above listed dependencies and the tessdata
, which is working fine.
But my iOS application with my framework will get following error message
Error opening data file file:///var/mobile/Containers/Data/Application/9669A787-B512-4C02-8DA7-8E77FBEF7B8A/Documents/tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!
Here is my folder structure of my framework.
Here is the structure of my work flow. Please help me.
ios ocr tesseract
add a comment |
I got following errors when I run iOS application, with embedded binary which is my own cocoa touch framework with following dependencies
1) TesseractOCR.framework
2) CoreImage.framework
3) libstdc++.6.0.9.tbd
4) libz.tbd
I got 1) TesseractOCR.framework
by using instructions (Non-Cocoapods Installation) from this link
https://github.com/gali8/Tesseract-OCR-iOS/issues/340#issuecomment-351479701
The reason I do not use TesseractOCR from Cocoapods is that I need to create custom OCR framework which will be used by clients.
I also have tessdata
folder reference with trained data files inside my own cocoa touch framework.
When I tried to create and debug single view app
with above listed dependencies and the tessdata
, which is working fine.
But my iOS application with my framework will get following error message
Error opening data file file:///var/mobile/Containers/Data/Application/9669A787-B512-4C02-8DA7-8E77FBEF7B8A/Documents/tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!
Here is my folder structure of my framework.
Here is the structure of my work flow. Please help me.
ios ocr tesseract
I got following errors when I run iOS application, with embedded binary which is my own cocoa touch framework with following dependencies
1) TesseractOCR.framework
2) CoreImage.framework
3) libstdc++.6.0.9.tbd
4) libz.tbd
I got 1) TesseractOCR.framework
by using instructions (Non-Cocoapods Installation) from this link
https://github.com/gali8/Tesseract-OCR-iOS/issues/340#issuecomment-351479701
The reason I do not use TesseractOCR from Cocoapods is that I need to create custom OCR framework which will be used by clients.
I also have tessdata
folder reference with trained data files inside my own cocoa touch framework.
When I tried to create and debug single view app
with above listed dependencies and the tessdata
, which is working fine.
But my iOS application with my framework will get following error message
Error opening data file file:///var/mobile/Containers/Data/Application/9669A787-B512-4C02-8DA7-8E77FBEF7B8A/Documents/tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!
Here is my folder structure of my framework.
Here is the structure of my work flow. Please help me.
ios ocr tesseract
ios ocr tesseract
edited Nov 20 '18 at 1:40
rmaddy
242k27316380
242k27316380
asked Nov 19 '18 at 7:40
RurouniRurouni
637626
637626
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In order for My-Application (Client App) to work, I have to add tessdata
as a reference to client app. Currently, there are no other ways without it.
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
Drag and droptessdata
folder under same level as project folder name in xcode and make sure to chooseCopy items if needed
andCreate folder references
accordingly.
– Rurouni
Jan 29 at 2:35
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370230%2ftesseract-in-cocoa-touch-framework-cannot-open-eng-traindata-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In order for My-Application (Client App) to work, I have to add tessdata
as a reference to client app. Currently, there are no other ways without it.
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
Drag and droptessdata
folder under same level as project folder name in xcode and make sure to chooseCopy items if needed
andCreate folder references
accordingly.
– Rurouni
Jan 29 at 2:35
add a comment |
In order for My-Application (Client App) to work, I have to add tessdata
as a reference to client app. Currently, there are no other ways without it.
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
Drag and droptessdata
folder under same level as project folder name in xcode and make sure to chooseCopy items if needed
andCreate folder references
accordingly.
– Rurouni
Jan 29 at 2:35
add a comment |
In order for My-Application (Client App) to work, I have to add tessdata
as a reference to client app. Currently, there are no other ways without it.
In order for My-Application (Client App) to work, I have to add tessdata
as a reference to client app. Currently, there are no other ways without it.
answered Dec 24 '18 at 7:21
RurouniRurouni
637626
637626
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
Drag and droptessdata
folder under same level as project folder name in xcode and make sure to chooseCopy items if needed
andCreate folder references
accordingly.
– Rurouni
Jan 29 at 2:35
add a comment |
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
Drag and droptessdata
folder under same level as project folder name in xcode and make sure to chooseCopy items if needed
andCreate folder references
accordingly.
– Rurouni
Jan 29 at 2:35
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
How did you do this?
– Zack Shapiro
Jan 24 at 16:58
1
1
Drag and drop
tessdata
folder under same level as project folder name in xcode and make sure to choose Copy items if needed
and Create folder references
accordingly.– Rurouni
Jan 29 at 2:35
Drag and drop
tessdata
folder under same level as project folder name in xcode and make sure to choose Copy items if needed
and Create folder references
accordingly.– Rurouni
Jan 29 at 2:35
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370230%2ftesseract-in-cocoa-touch-framework-cannot-open-eng-traindata-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown