DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.46k stars 422 forks source link

Urgent Table extraction #139

Open PriyankaJain-1998 opened 2 years ago

PriyankaJain-1998 commented 2 years ago

Hi, I got the result as it should be. But further I want to extract that particular region from an image, I search in "cascade_mask_rcnn_hrnetv2p_w32_20e.py" if anything related to contour is mentioned in that but didn't find anything. Please let me know how I can do that, Its urgent.

seanbenhur commented 2 years ago

Did you solved this?, I have tried numerous methods, but I can't find a single approach for extracting details from tables and saving them in a csv/json format except commercial OCR

SAIVENKATARAJU commented 2 years ago

HI @seanbenhur @PriyankaJain-1998 did you guys are able to figure out the approach?

mohit-217 commented 2 years ago

Yes I solved the problem using open cv for text extraction in structured manner as oriented in different columns. i write the logic above OCR library

PriyankaJain-1998 commented 2 years ago

@mohikumarr can you please provide the link to the solution

mohit-217 commented 2 years ago

actually i solved using some logical approach ,what exactly you are facing please elaborate more.

On Sun, Jan 2, 2022, 9:38 PM PriyankaJain-1998 @.***> wrote:

@mohikumarr https://github.com/mohikumarr can you please provide the link to the solution

— Reply to this email directly, view it on GitHub https://github.com/DevashishPrasad/CascadeTabNet/issues/139#issuecomment-1003738520, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMJEFLYLGDSYG55FFH2TAMLUUB2AVANCNFSM5AZ7KD6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

mohit-217 commented 2 years ago

Hi, I got the result as it should be. But further I want to extract that particular region from an image, I search in "cascade_mask_rcnn_hrnetv2p_w32_20e.py" if anything related to contour is mentioned in that but didn't find anything. Please let me know how I can do that, Its urgent.

ya sure,email your query @PriyankaJain-1998 freakintelligence@gmail.com

vaibhavkansallumiq commented 1 year ago

Yes I solved the problem using open cv for text extraction in structured manner as oriented in different columns. i write the logic above OCR library

can you please share your logic with me also