Re: [Qgis-user] OCR - Mailing list pgsql-novice

From Mohlomi Moloi
Subject Re: [Qgis-user] OCR
Date
Msg-id 46107202.6411304508056816.JavaMail.root@scalix.khulisa.com
Whole thread Raw
List pgsql-novice

----- Original Message -----
From: "Ramon Andinach" <custard@westnet.com.au>
Sent: Wed, 5/4/2011 12:04pm
To: "ALT SHN" <i.geografica@alt-shn.org>
Cc: grass-user@lists.osgeo.org ; qgis-user@lists.osgeo.org ; pgsql-novice@postgresql.org
Subject: Re: [NOVICE] [Qgis-user] OCR


On 04/05/2011, at 17:18 , ALT SHN wrote:

> Hello,
>
> This might seem a Little off topic, but maybe someone here can help me.
>
> I need to extract toponomical data from old digitized paper maps. I wish to explore Optical character recognition
(OCR).
>
> Does anyone has a suggestion/experience with this kind of challenge?
>
> Thank you,
>
> André Mano

I'd argue about the "little". I've spent a lot of the last few weeks arguing with OCR software about tables of sample
datafrom old reports, that become point data to plot. Perfectly relevant :) 

I've never tried getting data from digitized maps, but I'll offer the following generalisations in case it helps.
Generally,I have OCR programmes pass me the results as plain text. I lose the formatting, but I don't have to fix
stupidguesses about the formatting. 

This is from my experience, so you may find different.

1. OCR loves paragraphs.
2. Different OCR programmes handle column text differently. Some understand columns, some just assume L->R straight
acrossboth columns. 
3. OCR does not get along with handwritten anything. (Unless the person was extra-extra neat and consistent in their
writing,and even then it's a maybe.) 
4. OCR on tabular data works best if the data is lined up in columns, and doesn't have random big gaps.
5. OCR will almost certainly be confused if there is a line on your map running through or near a word.
 5a. Actually lines could confuse it quite a bit - I remember one that tried to recreate an in-line sketch map out of
asciicharacters. Quite amusing. 
6. You *will* need to check the results.

I'd love to hear what OCR makes of maps. Very curious.

-ramon.
--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


Hi List,

I have used TELEForm application (not a cheap app to buy) to capture any digitized information (especially large
surveys)- so there's a process to follow in order to get that data in any database (as I populate data in postgreSQL.)
Youwill need to convert whatever forms you have to TELEForm forms! I believe a geodatabase can be created via TeleForm
captureapplication. 

pgsql-novice by date:

Previous
From: Mike Ellsworth
Date:
Subject: Re: [Qgis-user] OCR
Next
From: "Gregor GT. Trefs"
Date:
Subject: Re: Exponantial Function (exp) with bigger argument ?