Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

How to get triples from an Image

I have an image of a Block Diagram and I want to extract all the triples from that image like HEAD RELATION OBJECT based on that block diagram image. How I will get that? Like from the given block ...
Nerd's user avatar
  • 1
-2 votes
2 answers
227 views

OCR for getting text from images

enter image description here I need to get the text from a few images where there is a meter and I need to read the text from lcd of the meter. i have tried several ways but to no success.
surendra choudhary's user avatar
-1 votes
1 answer
864 views

What is the best way to recognize document types using artificial intelligence?

guys! I wish you are doing well. What is the best way to recognize document types? The first thing that comes up in my head is to pass the document into a OCR, extract the information of it and then ...
ArthurS's user avatar
  • 177
1 vote
0 answers
29 views

Question about feature extractor in end-to-end OCR model

I'm reading this interesting paper Towards Unconstrained End-to-End Text Spotting and having a question about the feature extractor. In section 3.1. Feature Extractor, the authors said they modified ...
K. Tran's user avatar
  • 41
0 votes
1 answer
980 views

Implementation AutoML Vision for OCR application

I’m looking for help to implement - using google AÍ tools ( Vision AutoML and others - s tep by step , an aplication on line / API to read Product labels, including Nutrition facts table : 1- Pre-...
RALPH ARAUJO's user avatar
1 vote
2 answers
448 views

Algorithm for straightening tilted document

I'm on a project involving OCR. After detecting each character, I need to combine close characters to create words. To do that I tried to create a priority queue, containing information about detected ...
mhfff32's user avatar
  • 293
3 votes
2 answers
132 views

Can I digitalize a dictionary?

I've found a public domain latin<->portuguese dictionary in PDF which I'd like to convert to plain text, parse and use as the database of a program. After some testing, however, I got a little ...
konr's user avatar
  • 2,565
11 votes
4 answers
10k views

OCR Playing Cards [closed]

I decided to do a project for fun where I want to take as input the image of a playing card and return its rank and suit. I figure that I only need look at the upper-left corner, since that has all ...
user avatar