Hi,
Is there any way with which i can extract table data in a data table format. I have an image and a table in it. The way OCR is working is extracting data as a string but i meed it in table format so that I can use full row.
Thanks
Hi,
Is there any way with which i can extract table data in a data table format. I have an image and a table in it. The way OCR is working is extracting data as a string but i meed it in table format so that I can use full row.
Thanks
No. I canot use CV because of some HIPAA Complience issue. So i was using tesseract OCR. May be there is some other way which i dont know
Its an image so i wont be able to click anything but i am able to copy and select text
Hello , while screen scrapping we cannot get the whole data we need to move. Did you get the perfect logic for this?
Thanks.
Hi, I want to achieve the same task.
I have an image with table in it. I used tesseract ocr to extract the text from the tabular data image. Now I have tabular text in a string variable(I am using .net). Now I want to send the string variable data to excel with some heading and value.
Can you please help me in this.
Thanks