Atozed Forums
OCR with IW or CGD - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: OCR with IW or CGD (/thread-2814.html)



OCR with IW or CGD - zsleo - 07-29-2022

Does anyone one know of an OCR component suite that will work with IW or GCD Tools

I have a image of a printed label that I want to OCR capture the text from.

TIA


RE: OCR with IW or CGD - MJS@mjs.us - 07-29-2022

I have used the OCR addon for this product: ImageEn, Image Display and Editing Library for Delphi, C++ Builder and .NET successfully with IW.


RE: OCR with IW or CGD - zsleo - 07-29-2022

(07-29-2022, 10:33 AM)MJS@mjs.us Wrote: I have used the OCR addon for this product: ImageEn, Image Display and Editing Library for Delphi, C++ Builder and .NET successfully with IW.

Do you mind sharing how you used the Win 32 GUI interface in the browser to allow the user to select sections of the image to OCR

TIA


RE: OCR with IW or CGD - MJS@mjs.us - 07-30-2022

(07-29-2022, 07:52 PM)zsleo Wrote:
(07-29-2022, 10:33 AM)MJS@mjs.us Wrote: I have used the OCR addon for this product: ImageEn, Image Display and Editing Library for Delphi, C++ Builder and .NET successfully with IW.

Do you mind sharing how you used the Win 32 GUI interface in the browser to allow the user to select sections of the image to OCR

TIA

I use the <canvas> tag for the interface.  The user selects a rectangle over the image and I pass the coordinates back to the server via a callback function.


RE: OCR with IW or CGD - zsleo - 07-31-2022

Thanks