Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Is there a library or an API for text recognition?
Forum Updated to NodeBB v4.3 + New Features

Is there a library or an API for text recognition?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MikhailGM Offline
    MikhailGM Offline
    MikhailG
    wrote on last edited by
    #1

    Hello! I am searching for a library or an API for text recognition that would be easy to integrate into a QML + android app? Android provides OCR API but Ican not find any feedback about using it in a QML app. I think OpenCV is little too much, correct me if I am wrong. I want to be able to take a photo with an android device and to recognize text (written not by a hand) from the photo.
    Please any advice would be great. Thank you.

    jsulmJ 1 Reply Last reply
    0
    • MikhailGM MikhailG

      Hello! I am searching for a library or an API for text recognition that would be easy to integrate into a QML + android app? Android provides OCR API but Ican not find any feedback about using it in a QML app. I think OpenCV is little too much, correct me if I am wrong. I want to be able to take a photo with an android device and to recognize text (written not by a hand) from the photo.
      Please any advice would be great. Thank you.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @MikhailG There are some open source OCR engine out there (google for them).
      For example: https://github.com/tesseract-ocr
      But all of them are C/C++. You will need to write C++ code and interact with QML then.
      You should be able to use Android OCR API in C++ as well.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      MikhailGM 1 Reply Last reply
      0
      • jsulmJ jsulm

        @MikhailG There are some open source OCR engine out there (google for them).
        For example: https://github.com/tesseract-ocr
        But all of them are C/C++. You will need to write C++ code and interact with QML then.
        You should be able to use Android OCR API in C++ as well.

        MikhailGM Offline
        MikhailGM Offline
        MikhailG
        wrote on last edited by
        #3

        @jsulm thank you I will try it out

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved