Questions tagged [image-text]
23 questions
0
votes
1 answer
How to add text to curcle avatar
I want to add text to my circle avatar [enter image description here][1]
[1]: https://i.stack.imgur.com/knsdj.jpg like this in a row with other avatars.

Saurabh Belwal
- 21
- 3
0
votes
0 answers
Image text retrieval evaluation metric
I am currently working on text image retrieval where basically, given a test query, I should be able to retrieve all the related images.
For example- 'children playing in park', should retrieve all relevant images.
I do know the evaluation metric to…

Nidutt
- 185
- 2
- 17
0
votes
0 answers
Python - Error when doing Image to Text using pytesseract
My script:
from PIL import Image
print(pytesseract.image_to_string(Image.open('/Users/Sanya/Downloads/SimpleText.png')))
And then I got this error:
Traceback (most recent call last):
File…

Strange
- 3
- 5
0
votes
0 answers
Vision Text Recogniser giving nil result
I hope you are doing well, I am stuck with an strange problem. I have implemented Vision Text Recogniser and after successfully extract the image and assign that image to visionImage but I am getting error = nil and also the result = nil. There is…

azeem usmani
- 517
- 4
- 9
0
votes
1 answer
How to train and read the particular text from Image/PDF?
Image or PDF may contains
**
Printed text,
Handwritten text,
Paragraphs,
Key value pairs,
Complex Tables.
**
While training, we will assign the tags/keywords for the document. When testing will look for the tag and read the result for the…

AmbiBala
- 69
- 6
0
votes
0 answers
How to read text from image using google vision in android
I want to read texts from image using google vision text API. I have created my own UI which contains surfaceView. How to integrate google API

Ragini
- 765
- 1
- 11
- 29
0
votes
0 answers
How to write hindi text over png/jpeg image?
i want write hindi text with emoji over image please help to solve out this
हमारी बराबरी English
i want write above text on 500*600 png/jpeg image.here is the code which i tried
function screen1(){
$image_1 =…

ashish mulani
- 197
- 1
- 14
-2
votes
0 answers
OCR return number x,y coordinate
I want to use OCR API or library to give it an image and process it , so that it can read all the numbers in the attached image and give me back the x,y coordinates of every number. can you suggest a suitable library for this?
image

Ahmed
- 1
- 1