Unable to extract the text from image through OCR - ocr

My Problem is i wanted to fetch a text from image through OCR .
please enter image description here
Expecting extract char from image

Related

Shorten image data which is transformed into base64

I have this image which I transformed into base64. The issue is the string that it gave me is so huge, I'm not able to see any other lines of codes. I inputted the given string in the source tag and it works the image. How do I shorten the base64 data of the image in order to see other lines of code?.
[an example of the string (couldn't fit the whole screenshot as it's so big)]
Was expecting the base64 string to be short in order to put it in the tag.

Telegram bot can't recognize cyrillic text

Tell me please, who knows how can json() recognize Cyrillic? (postman recognizes, but not telegram)[enter image description here](https://i.stack.imgur.com/zcE9U.png)enter image description here
need to recognize Cyrillic

In atom text editor, I'm not able to use jinja, it is not taking or reading the variable name

here are the image of the code which i was working on .
this the output
this is the code which I was working on .

Parsed json data includes question text and image

I have built out a struct and am correctly parsing JSON data and am getting the data to show up with one exception. The text I am getting also includes a URL string. How do I parse both the text and URL image?
Here is the example of the data:
"text": "<p>How would you rate your knowledge about investing in general and more specifically, the relationship between risk and return as shown in this chart?</p>\r\n\r\n<p>\r\n<img src=\"https://services.website.com/Charts/$versions/2180/2180.png\" />\r\n</P>\r\n"
I have a label called question text that the text is being parsed into. Do I need to add a UIImage to below the text label? The problem I am thinking with this is that on some questions I have text then an image, then more text.

How do you replace text with images within a html text box

I have a messenger application that allows users to send messages through a HTML text area. I have emoticons that I want to change the text out for when the right code is entered.
For example if a user writes "hi :)" the smiley face should be replaced with the image.
Is there a way to achieve this using Typescript & Angular2?