Author |
Message
|
JosephBCT |
Posted: Thu May 09, 2013 3:35 am Post subject: Require Information on OCR Support in WMB |
|
|
Novice
Joined: 07 Feb 2013 Posts: 23
|
Hi Team,
I want to know the support is available for
Quote: |
OCR (Optical character recognition), in WMB. |
It would be great, if you share your thoughts and information on this.
Thanks. |
|
Back to top |
|
 |
kash3338 |
Posted: Thu May 09, 2013 4:16 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Hope this link is of some use to you.
What version of WMB are you running? |
|
Back to top |
|
 |
JosephBCT |
Posted: Thu May 09, 2013 4:19 am Post subject: Require Information on OCR Support in WMB |
|
|
Novice
Joined: 07 Feb 2013 Posts: 23
|
Thanks Kash.
I am using WebSphere Message Broker Toolkit - Message Broker
Version: 8.0.0
Build id: 8.0.0-20111129_1446.
Joice.V |
|
Back to top |
|
 |
kash3338 |
Posted: Thu May 09, 2013 4:24 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Probably you can think of using Java in WMB to acheive this. You have OCR algorithms in Java which can help you in this. Other experts can come up with better suggestions. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Thu May 09, 2013 9:03 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Can you elaborate what kind of requirement you are trying to fulfill?
--
Marko |
|
Back to top |
|
 |
JosephBCT |
Posted: Fri May 10, 2013 5:22 am Post subject: |
|
|
Novice
Joined: 07 Feb 2013 Posts: 23
|
Actually we are having the requirement to convert the hard copy of documents thru OCR and store it in to any sources like DB or file and do the conversion in to INTELLIGENT MANNER. So we are looking the OCR support on WMB.
Share your inputs. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Fri May 10, 2013 6:30 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
Do I understand your requirement right if I say that you have external system that produces digital images of printed documents. External system sends these data streams to broker (or broker somehow fetch them). Then requirement is to convert them to text and store to some data persistent (database or file)?
--
Marko |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 10, 2013 6:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
JosephBCT wrote: |
So we are looking the OCR support on WMB. |
Natively WMB has no OCR support. It has support (or the ability for you to develop support) for any of the data formats the OCR data will be in, and supports all of the transport protocols such data is likely to be moved round in. It certainly has the ability to store data in DB or file.
Depending on exactly what you mean by "intelligent manner". If you mean route or manipulate the data based on OCR tags exposed by the scanning software it can do that. If you mean take a scanned bitstream, parse it into text and index it based on keywords then you'll need specialist OCR software to do that which you may or may not be able to invoke from WMB. You may find it easier to invoke the OCR software standalone and have it pass the processed data to WMB for storage.
All depends on what you want, what you have & what you need. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JosephBCT |
Posted: Sun May 12, 2013 9:35 pm Post subject: |
|
|
Novice
Joined: 07 Feb 2013 Posts: 23
|
Thanks a lot vitor, its clearly covering what i want. Thanks for your precious timing to make it clarity. |
|
Back to top |
|
 |
|