Model Pipeline - Table extraction from images
This pipeline extracts tables from images by detecting table regions, recognizing lines and cells, and then converting them into structured data like CSV or JSON.
This pipeline extracts tables from images by detecting table regions, recognizing lines and cells, and then converting them into structured data like CSV or JSON.
Loss
1.2 |*
0.8 | **
0.5 | ***
0.3 | ****
0.2 | *****
----------------
1 3 5 7 10 Epochs
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Initial training with high loss and low accuracy on table detection |
| 3 | 0.8 | 0.65 | Model starts to detect tables more accurately |
| 5 | 0.5 | 0.80 | Improved detection and segmentation of table cells |
| 7 | 0.3 | 0.90 | High accuracy in detecting tables and segmenting cells |
| 10 | 0.2 | 0.94 | Model converged with low loss and high accuracy |