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

How to remove unwanted lines in border-less table in post processing #58

Open Atul997 opened 3 years ago

Atul997 commented 3 years ago

Can you explain how can I remove the unwanted vertical lines in border-less table or at what specific block of code should I look for to resolve this?

DevashishPrasad commented 3 years ago

We don't remove the unwanted lines, rather we generate more lines in post processing module for border-less tables. You can find the post-processing modules in table structure recognition folder in this repo

Atul997 commented 3 years ago

Ok. Can you please update the readme for borderless tables too?