Top "Ocr" questions

Optical Character Recognition, usually abbreviated to OCR, is the mechanical or electronic translation of scanned images of handwritten, typewritten or printed text into machine-encoded text.

How to programmatically read over a scanned document or image

I've searched around on the net, as I'm a bit of a n00b when it comes to OCR, and …

c# java image-processing ocr image-recognition
iOS Tesseract OCR Image Preperation

I would like to implement an OCR application that would recognize text from Photos. I succeeded in Compiling and Integration …

ios image-processing ocr tesseract
Azure Computer Vision API - OCR to Text on PDF files

I'm attempting to leverage the Computer Vision API to OCR a PDF file that is a scanned document but is …

pdf ocr microsoft-cognitive
Can I use OCR to detect font style (bold, italic)?

I am interested in using OCR to extract bold and italic words from a simple text. For example, if I …

ocr font-face tesseract
Processing an image of a table to get data from it

I have this image of a table (seen below). And I'm trying to get the data from the table, similar …

python image opencv ocr template-matching
Invoice / OCR: Detect two important points in invoice image

I am currently working on OCR software and my idea is to use templates to try to recognize data inside …

image algorithm ocr invoice
chinese character recognition using Tesseract OCR

I have been using Tesseract 3.0.2 OCR SDK for image text extraction. But if I use Chinese text images and pass …

iphone ios ocr tesseract
Is number recognition on iPhone possible in real-time?

I need to recognise numbers from the camera image on iPhone, in real-time. I know there will be no more …

iphone ocr tesseract vision
Apache Tika extract scanned PDF files

i'm having some troubles using Apache TIKA (version 1.10). I got some PDF files which are just scanned pieces of paper. …

java pdf ocr tesseract apache-tika
Cleaning up an image for OCR with ImageMagick and 'textcleaner'

I have the following image that I'd like to prepare for an OCR with tesseract: The objective is to clean …

imagemagick ocr tesseract imagemagick-convert