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 8024903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:59:23+00:00 2026-06-04T22:59:23+00:00

I am using tesseract OCR for business card reading. I have a memory leak

  • 0

I am using tesseract OCR for business card reading.
I have a memory leak and I can’t resolve it, I don’t know how to.

In my code…

tesseract->Recognize(NULL); 
char* utf8Text = tesseract->GetUTF8Text();

GetUTF8Text() method gives memory leak.
Here is the log in memory leak instruments:

tesseract::TessBaseAPI::GetUTF8Text()
operator new[](unsigned long) libstdc++.6.dylib
operator new(unsigned long) libstdc++.6.dylib
malloc libsystem_c.dylib

After some memory leaks, app crashes.
GetUTF8Text is in baseapi.h file. I think tessearact was written by c++. I don’t know c++.
Can anyone help? Or anyone has clean tesseract?

  • 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-04T22:59:25+00:00Added an answer on June 4, 2026 at 10:59 pm

    According the documentation I found in baseapi.h.

    /**
     * The recognized text is returned as a char* which is coded
     * as UTF8 and must be freed with the delete [] operator.
     */
    char* GetUTF8Text();
    

    So you will need to delete [] the utf8text when you are done with it.

    tesseract->Recognize(NULL); 
    char* utf8Text = tesseract->GetUTF8Text();
    ... //use utf8Text or copy if necessary
    delete [] utf8text;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed application for OCR using tesseract Library, Application got exit during the
I have a OCR application. I'm using the tesseract api library for my app.
I'm using Tesseract but I don't know whether it neglects any nontext area and
I'm using tesseract OCRwith python-tesseract. In the tesseract FAQ , regarding digits, we have:
I'm using the Tesseract OCR for an application I'm writing. I just want to
I was incorporating the OCR in my iPhone app using open source library tesseract.I
I am using Tesseract OCR (via pytesser ) and PIL (Python Image Library) for
We are using Tesseract OCR Java library called Tess4J. It works fine if run
I built the tesseract ocr for android using android tesseract tool and everything went
I want to recognize uppercase letters using objective-c. I have an implementation now that

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.