Optical Character Recognition, the process of converting printed or handwritten text or images of text into digitally encoded text on a computer (so that, for example, it can be reproduced, machine-translated, reformatted, edited, distributed, used as input to software such as text-to-speech and so on)
Questions tagged [ocr]
70 questions
104
votes
9 answers
What's the best, simplest OCR solution?
I'd like to scan a good amount of papers I have lying around, with the least possible hassle. I would like to convert them to images using Simple Scan, then convert them to text using OCR. Is there a good OCR app with a GUI that will give me good…
Bou
- 4,542
52
votes
5 answers
How can I extract text from images?
How can I extract text from images?
I am not talking about scanned files, but garden variety images, such as when you take a high-def picture of a blackboard at class, and it is nicely handwritten; or when you photograph a page from a recipe book…
Strapakowsky
- 12,304
43
votes
12 answers
How can instantaneously extract text from a screen area using OCR tools?
In Ubuntu 12.10, if I type
gnome-screenshot -a | tesseract output
it returns:
** Message: Unable to use GNOME Shell's builtin screenshot interface, resorting to fallback X11.
How can I select a text from the screen and convert it to text…
Erling
- 517
42
votes
1 answer
How do I install a new language pack for Tesseract on 16.04
Just installed gscan2pdf v1.3.9 as well as Tesseract. As for the latter, first it appeared at the bottom of my Installed Software list, but now it seems to be gone, although still working (I think).
Anyway, I'm trying to turn a pdf of a scanned…
m.a.a.
- 645
40
votes
7 answers
How to turn a pdf into a text searchable pdf?
I have a number of scanned documents in pdf and I want to be able to search them. How can I do that?
Essentially I have to OCR the pdf and then blend the extracted text back into a new pdf. I have unsuccesfully tried a number of different solutions…
don.joey
- 29,392
35
votes
10 answers
Adding OCR info to a PDF
I have a good quality scan of a document; such scan is in pdf format.
How can I add ocr information to the pdf, so that it becomes searchable? By searchable I mean that the goal is that when viewing the pdf with evince, CTRL-F actually allows me to…
fdierre
- 1,033
15
votes
5 answers
How do I edit text in a scanned .jpeg?
I need to upload a scanned image as a PDF document.
After scanning the document, I have a .jpeg with small text that I want to edit before converting to PDF for the upload.
I have never done this before so I'm really stuck. How can I do this?
Mysterio
- 12,288
6
votes
1 answer
How do I produce a multi-page sandwich pdf with hocr2pdf?
I used tesseract to produce the special html to use with hocr2pdf starting from a muti-page tif.
I tried using hoc2pdf to produce a "sandwich pdf" (image + hidden text layer).
Hocr2pdf produces a one page pdf with all the pages superimposed.
Is…
To Do
- 15,833
6
votes
2 answers
document management private users
i am searching for a document management system that supports:
can bulk scan documents
automatic OCR of scanned documents
data storage on my local HD / external server of my choice
automatic backups (not that important)
proper full text search…
Alex
- 509
6
votes
1 answer
How can I specify the language to be used by Tesseract when using OCRFeeder
I'm using the OCR-utility of OCRFeeder. OCRFeeder is using the tesseract-engine. I have installed the several language-packs needed for tesseract. How can I set the language such that tesseract will use the right language-file for converting the…
Bernard Decock
- 476
5
votes
2 answers
ocrfeeder doesn't detect anything
When I try to detect text on my jpeg, it shows correctly all areas where it suspects text and images, but when I export it to ODT it only creates an ODT with empty text- and imageframes.
Do I have to configure tesseract somehow?
(I use Ubuntu 14.10…
rubo77
- 34,024
- 52
- 172
- 299
5
votes
2 answers
Abbyy fine reader like application for Ubuntu 13.04
I have a lot of images and what I want to do is to scan those images and get output in ms word file that can be edited later. For Windows, I have Abbyy fine reader. But I don't want to go back to Windows. Please tell me if there is any application…
Faisal Aslam
- 101
5
votes
2 answers
What program is suitable for making scanned PDF files searchable?
I would like to be able to scan paper documents to PDF files and make the text searchable. I believe the Tesseract program can assist this, but don't know how to begin, and don't know what would be the best program to use.
Is anybody making…
Hedley Finger
- 1,040
4
votes
1 answer
How to create high fidelity PDFs with copyable text from scans?
Some companies provide software for Windows with their scanners* that can create PDFs from scanned pages which look exactly like the scanned material (as if it were just full-page images) but the text is recognized and copyable.
How can I create…
Damn Terminal
- 2,776
4
votes
1 answer
How I prevent hocr2pdf to use a large font from tesseract generated .hocr file?
Tesseract now creates an .hocr file rather than an .html file for ocr output, but this is not exactly what is at issue here. When hocr2pdf uses this output it uses a large text size with small bounding boxes since the upgrade. Most of the text…
user299889
- 41