LEADTOOLS Support
Document
Document SDK Questions
OCR Results Direct To String Variable (vb.net)
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 20, 2012 9:25:07 AM(UTC)
Groups: Registered
Posts: 5
I would like to send the OCR results directly to a string variable in vb. I understand, and have been working with you sample apps and can obtin the string from the variable you define as
_document As IOcrDocument
_document.Pages.AddPage(image, Nothing)
_document.Pages(0).RecognizeText(Nothing)
Is this the fastest/best way to do this? I have no need to do anything further with the text (ie., write a pdf document). Thanks.
#2
Posted
:
Tuesday, February 21, 2012 12:37:00 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Yes, this is the correct approach to use for getting OCR results directly to memory string.
LEADTOOLS Support
Document
Document SDK Questions
OCR Results Direct To String Variable (vb.net)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.