Tesseract: in Cocoa Touch Framework cannot open eng.traindata file











up vote
0
down vote

favorite












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.



enter image description here



Here is the structure of my work flow. Please help me.
enter image description here










share|improve this question




























    up vote
    0
    down vote

    favorite












    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.



    enter image description here



    Here is the structure of my work flow. Please help me.
    enter image description here










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      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.



      enter image description here



      Here is the structure of my work flow. Please help me.
      enter image description here










      share|improve this question















      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.



      enter image description here



      Here is the structure of my work flow. Please help me.
      enter image description here







      ios ocr tesseract






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago









      rmaddy

      235k27305371




      235k27305371










      asked 19 hours ago









      Rurouni

      364418




      364418





























          active

          oldest

          votes











          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',
          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
          });


          }
          });














           

          draft saved


          draft discarded


















          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






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Volksrepublik China

          How to test boost logger output in unit testing?

          Write to the output between two pipeline