Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9164289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:38:48+00:00 2026-06-17T14:38:48+00:00

Is it possible to make iPhone camera detect numbers and convert it to valid

  • 0

Is it possible to make iPhone camera detect numbers and convert it to valid numbers which I can use in app calculation?

I did see this open source project “Tesseract-iPhone-Demo-master” but it did not work properly. Any hints can help me with this idea please?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:38:49+00:00Added an answer on June 17, 2026 at 2:38 pm

    Tesseract Library will only give you t the text present on the image. This library is not that much of accurate as you say . Tesseract will give you the best result for high dpi images like above 150 dpis. After that all the validation for the number should done by your self like:
    NSString *originalString = @”This is my string. #1234″;

    NSString *numberString;
    NSScanner *scanner = [NSScanner scannerWithString:yourString];
    NSCharacterSet *numbers = [NSCharacterSet characterSetWithCharactersInString:@"0123456789"];
    [scanner scanCharactersFromSet:numbers intoString:&numberString];
    int number = [numberString integerValue];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Make iPhone app paid version replace free version on install from app
how is it possible using html/js to make an iphone native app build with
I'm wondering if it's possible to make the iPhone app project I have into
In my iPhone app Im using StoreKit to make it possible for users to
I'm wondering if it's possible to make an iphone app give the user an
Possible Duplicate: Making the iPhone vibrate How can you programmatically make the iPhone vibrate?
Possible Duplicate: How to make return key on iphone make keyboard disappear? I have
Is it possible to access iphone's camera from uiwebview? I know phonegap does it,
I want to be able to make an iphone and android app using php.
I like to make a form for my app where the user can report

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.