https://github.com/twerkmeister/table-segmenter
A simple nn regression model to predict the next row position in a table image
https://github.com/twerkmeister/table-segmenter
machine-learning structure table tensorflow
Last synced: 9 days ago
JSON representation
A simple nn regression model to predict the next row position in a table image
- Host: GitHub
- URL: https://github.com/twerkmeister/table-segmenter
- Owner: twerkmeister
- License: mit
- Created: 2021-11-16T14:28:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T08:43:29.000Z (over 2 years ago)
- Last Synced: 2025-08-10T04:40:00.180Z (11 months ago)
- Topics: machine-learning, structure, table, tensorflow
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# table segmenter
The system predicts the position of the next row separator given a partial image of a table. Prediction can be run iteratively to find all the rows in the table.