Giter Site home page Giter Site logo

Installation fails about mmcamscanner HOT 3 CLOSED

mukyasa avatar mukyasa commented on July 20, 2024
Installation fails

from mmcamscanner.

Comments (3)

mukyasa avatar mukyasa commented on July 20, 2024

Hey Ankish

its working on iOS9 also ,i have tested it.Just add both frameworks

OpenCv and Tesseract.

Download link bith framework are given on git

Thanks

On Fri, Jan 15, 2016 at 12:32 PM, Ankish [email protected] wrote:

I have added both frameworks. There might be lot of changes in new iOS
versions. Can you look into the step of installation and make it easy for
us to integrate your awesome lib ? :). Have spent lot of time , but cant
get it to working. Thanks!


Reply to this email directly or view it on GitHub
#2.

from mmcamscanner.

silviu-geronimo avatar silviu-geronimo commented on July 20, 2024

Hello,

How did I manage to get it working:

  • downloaded MMCamScanner, opencv2.framework and Tesseract-ORC-iOS-master.
  • Imported the opencv2.framework in MMCamScanner project.
  • Runned 'pod install' in Tesseract-ORC-iOS-master root directory. (I think this is not mandatory)
  • Runned 'pod install' in Tesseract-ORC-iOS-master/TesseractOCR folder
  • Imported only Tesseract-ORC-iOS-master/TesseractOCR folder in MMCamScanner project
  • Then the project will have a few errors:
  1. Change //#import <TesseractOCR/TesseractOCR.h> with #import "TesseractOCR.h"

  2. Change "G8RecognitionOperation *operation = [[G8RecognitionOperation alloc] init"]; with
    "G8RecognitionOperation *operation = [[G8RecognitionOperation alloc] initWithLanguage:@"eng"];"

  3. Remove the TesseractOCR.framwork from Project Build Phases - Link Binary with Libraries

It is not the best fix but it works.

Hope this will help you, good luck!

from mmcamscanner.

edvenkat avatar edvenkat commented on July 20, 2024

Please advice how to download and install TesseractOCR and OpenCV....please give step by step
I try but getting error #import <TesseractOCR/TesseractOCR.h> and #include <opencv2/imgproc/imgproc.hpp> file not found

from mmcamscanner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.