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 data from 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 stupid 
guesses 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 across both 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 ascii characters. Quite amusing.
6. You *will* need to check the results. 

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

-ramon._______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to