Hi, i'm Kopano from Lesotho, i would like to know the most preferred tool for capturing tabular information. e.g. data in the form below
pr
| Product | Price | Description |
| Cabbage | R 15.00 | type of veggie |
| Beef | R 50.00 | meat |
| Total | (automatically calculate total) |
Maen BadwanPosted Dec 6, 2018, 7:01 AM
Do you mean you have a gridview control and you want to get the text from it?
In this case, you can check the following article about exporting data from gridview to Text file:
https://www.c-sharpcorner.com/UploadFile/rahul4_saxena/export-grid-view-data-to-text-file/
Or do you mean you data is in image form, and you want to recognize the text from the image and return it as text in table?
In this case you can try using a .NET OCR LEADTOOLS engine to load the image, recognize the text and save the result into PDF (or document format) or get it as text.
https://www.leadtools.com/help/leadtools/v20/dh/to/ocr.html
Suraj KumarPosted Nov 29, 2018, 11:19 AM