Re: Scanned Doc to OCR to Indexed SQL DB
From: Mary Chipman (mchip_at_online.microsoft.com)
Date: 07/15/04
- Next message: G. Dean Blake: "running multiple scripts"
- Previous message: Mary Chipman: "Re: how to catch custom errors raised in SP gracefully?"
- In reply to: Ryan Ternier: "Scanned Doc to OCR to Indexed SQL DB"
- Next in thread: Douglas Laudenschlager [MS]: "Re: Scanned Doc to OCR to Indexed SQL DB"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 14:05:39 -0400
I'd suggest looking into SQL Server's full-text search capabilities.
There's quite decent documentation in SQL Books Online.
--Mary
On Wed, 14 Jul 2004 16:56:35 -0700, "Ryan Ternier"
<rternier@icompasstech.com.spamproof> wrote:
>Hello,
>
>We're on the way to start a new web application that deals with users
>scanning in Printed off Documents, and uploading them to the their website.
>When these docs hit the website, they will be ran through an online OCR
>utility, to get the raw text from it.
>>From this point, they will be stripped down and shoved (maybe even stomped)
>into a SQL DB.
>
>I've never attempted this before, and was looking for some advice with the
>DB section.
>Once the document is uploaded and stripped into it's text form, what is the
>best way to index it so users can do searches on it. We could just put the
>whole thing into
>a large text field, but indexing seems faster.
>
>If anyone could shed light, or point me in a direction it'd be appreciated.
>
>Thanks.
>
>Ryan Ternier
>Code Monkey
>
- Next message: G. Dean Blake: "running multiple scripts"
- Previous message: Mary Chipman: "Re: how to catch custom errors raised in SP gracefully?"
- In reply to: Ryan Ternier: "Scanned Doc to OCR to Indexed SQL DB"
- Next in thread: Douglas Laudenschlager [MS]: "Re: Scanned Doc to OCR to Indexed SQL DB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|