Questions tagged [text-recognition]
314 questions
-1
votes
1 answer
identify Adverbs in a sentences With python
I would like to Write a Python program to find all adverbs and their positions in a given sentence for English adverbs and French adverbs this is the code :
text = "My sister's eyes were clearly and clearly filled with affection for you."
for m in…

Neo
- 43
- 1
- 2
- 7
-1
votes
1 answer
Read the text in an image in android without using third party service
hello i am developing an mobile application (android) to share medical reports. One part of the application is read the text in those reports (reports are in JPEG / image format). Since medical reports contain sensitive data i can't use a third…

udi
- 3,672
- 2
- 12
- 33
-1
votes
1 answer
Redact a JSON response using Python
I am using Cognitive Read API to extract the text from an image. I am getting the response as below:
{
"status": "Succeeded",
"recognitionResult": {
"lines": [
{
"boundingBox": [
2,
52,
65,
…

Shankar
- 1
- 1
-1
votes
1 answer
Deciding how meaningful title / text is
I am trying to tackle issue of meaningless commit messages and pr descriptions and TensorFlow came to mind in combination with a GitHub action.enter link description here
However I am struggling with figuring out how to define "meaningless" of tex…

Ilja
- 44,142
- 92
- 275
- 498
-1
votes
1 answer
How to recognize vertical text from Image android
I want to implement functionality for text recognition vertical in Android. Please suggest best possible way.
Text of image like this
A
B
C
D
E
Output like this:
ABCDE

Bhavik Pokar
- 1
- 1
-1
votes
1 answer
Vertical text recognition in Android
We want to implement functionality for text recognition in Android. Please suggest best possible way.
Sample text will be like this(vertical text):
1
2
3
4
5
Output should be "12345"
-1
votes
2 answers
Text (computer written) recognition with python?
I have images that aren't timestamped and I need to rename and timestamp them for a project.
Here's an example of the timestamp, written at the top of every image:
So the question is, is there a way I can translate (detect) each number on the…

DavimusPrime
- 368
- 4
- 17
-1
votes
1 answer
How Would i Store OCR text into SQLite database?
I am developing a routine app to store the data of Routine posted on a notice board based on a keyword entered. For example, if you are from group A (should be certain unique keyword), Just enter the Keyword and Scan the piece of Paper and it will…

Dipesh
- 1
- 4
-1
votes
2 answers
Is there any Android app that can detect particular text on screen and click on it automatically?
I want a app that can read text on my screen and click on the text which I can pre-define in the app. App mostly capable to identify multiple texts and if anyone of them present on screen then click on that region.

Abhay
- 524
- 1
- 13
- 28
-1
votes
1 answer
play video when text is recognized AR
I am trying to develop an android app via vuforia sdk and unity.
The app should:
detect a string and as soon as the string is detected, will play video on video prefabs (not full screen).
However, I could not figure out where in TextEventHandler.cs…

duststar0213
- 43
- 5
-1
votes
2 answers
transform short word to original word
I used some word counting algorithm and by a closer look I was wondering because I got out less words than originally in the text because they count for example "it's" as one word. So I tried to find a solution but without any success, so I asked…

Flu
- 111
- 10
-2
votes
1 answer
Finding characteres in a game image using Java
I'm trying to recognize the characters of a game using Java, so I can process them later.
The images look like this:
https://i.stack.imgur.com/sQm18.jpg
I want to recognize, specially, the 3w in the left-bottom, the 214 and 0.13 in the center and…
-5
votes
1 answer
How to grab subtitle from screenshot with PHP?
I grab subtitle from movie screenshot.
An example
It will grab
Hey, why don't we all just relax, huh?
It has no relation with subtitle. It is screenshot. Since it is a subtitle we know the font type size etc if this will make it easier to…

SNaRe
- 1,997
- 6
- 32
- 68