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












0















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





























    0















    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



























      0












      0








      0


      0






      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 Nov 20 '18 at 1:40









      rmaddy

      242k27316380




      242k27316380










      asked Nov 19 '18 at 7:40









      RurouniRurouni

      637626




      637626
























          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer
























          • How did you do this?

            – Zack Shapiro
            Jan 24 at 16:58






          • 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











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


          }
          });














          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

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          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.






          share|improve this answer
























          • How did you do this?

            – Zack Shapiro
            Jan 24 at 16:58






          • 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
















          0














          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.






          share|improve this answer
























          • How did you do this?

            – Zack Shapiro
            Jan 24 at 16:58






          • 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














          0












          0








          0







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










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



















          • How did you do this?

            – Zack Shapiro
            Jan 24 at 16:58






          • 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

















          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




















          draft saved

          draft discarded




















































          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.




          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







          這個網誌中的熱門文章

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud

          Zucchini