python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OCR-Extract only the words I want
Example of an Invoice
Hello dear Community,
so i have figured out how to extract all the words and numbers from an invoice using EasyOCR in Python. But now I want to extract only certain words like in...
Lutti Limburg
Votes: 0
Answers: 2
How to do OCR on a single character
I am writing a program that should be able to detect a single character from the image of it.
I think it should be pretty easy given how powerful OCR software have become these days but I have no real...

Pouria P
Votes: 0
Answers: 0
Try to ocr text form image / error message pytesseract?
i try to scrape text from an image using pytesseract with the following code:
import pytesseract
from PIL import Image
path_to_tesseract = r"C:\Program Files\Tesseract-OCR\tesseract.exe"
im...
Rapid1898
Votes: 0
Answers: 0
Creating a searchable PDF from one already existing PDF and text (with coordinates)
My Situation:
I have an existing PDF with only images
I have a preprocessed OCR with all text identified and their respective coordinates
An application running in C#
I can use other programming lang...
Vitor Moscolini
Votes: 0
Answers: 0