高考录取表格分割
收藏资源简介:
全国各省市的招生和录取书籍中的表格,有些包含2列或者3列数据。在高考志愿填报业务,我们需要进行OCR或者使用VLM进行解析,将数据存入数据库。此时如果能把每一列分开处理,这样就可以避免数据串行的错误,表格解析效果会好很多。因此,作者自行收集图片并使用Labelimg标注工具标注出了1150+张图片中的表格,并且使用了YOLO11训练了3个模型(nano,small,medium)进行检测
Tables from enrollment and admission books across all provinces and municipalities in China, some of which contain 2 or 3 columns of data. For the college application service during the National College Entrance Examination (Gaokao), we need to perform Optical Character Recognition (OCR) or use Vision-Language Models (VLMs) to parse the tables and store the extracted data into databases. Processing each column individually can avoid errors caused by serial processing of the entire table, thus significantly improving the performance of table parsing. Therefore, the authors independently collected image datasets, annotated tables in more than 1150 images using the LabelImg annotation tool, and trained three models (nano, small, medium) with YOLO11 for table detection.




