透過您的圖書館登入
IP:216.73.216.250
  • 學位論文

使用OpenCV實作表格辨識與影像分析

Table Recognition and Image Processing Using OpenCV

指導教授 : 虞沛鐸

摘要


本研究旨在探討和實現基於開源計算機視覺庫OpenCV的表格辨識和影像分析系統,以提高數據擷取和處理的效率。表格是常見的信息組織形式,但從圖像中自動識別和提取表格內容仍是具有挑戰性的問題,特別是辨識斜線框線的部分。本研究通過結合圖像處理技術,包括二值化、輪廓檢測和區域分割等,實現了有效的表格整體輪廓偵測與內部細分。辨識完表格後,進一步使用機器學習的開源軟體庫TensorFlow,來識別表格中的文字內容,以實現自動數據提取。

並列摘要


This study aims to explore and implement a table recognition and image analysis system based on the open-source computer vision library OpenCV, to enhance the efficiency of data extraction and processing. While tables are a common form of information organization, automatically identifying and extracting their contents from images remains a challenging task, particularly in recognizing skewed borders. This research achieves effective table contour detection and internal segmentation by integrating image processing techniques such as adaptive threshold, contour detection, and region segmentation. Following table contour detection, the machine learning open-source library TensorFlow is further employed to recognize text contents within the tables, enabling automated data extraction.

參考文獻


[1] Tam-An Vo-Nguyen, Phuc Nguyen and Hoanh-Su Le, "An Efficient Method to Extract Data from Bank Statements Based on Image-Based Table Detection", in Proc. of the 15th International Conference on Advanced Computing and Applications, pp. 186-190, 2021.
[2] Jiayi Yuan, Hongye Li, Meng Wang, Ruyang Liu, Chuanyou Li and Beilun Wang, "An OpenCV-based Framework for Table Information Extraction", in Proc. of IEEE International Conference on Knowledge Graph, pp. 621-628, 2020.
[3] Yann LeCun, Bernhard E. Boser, John S. Denker, D. Henderson, Richard Howard, W. Hubbard and Lawrence D. Jackel, "Backpropagation Applied to Handwritten Zip Code Recognition", Neural Computation, vol. 1, no. 4, pp. 541-551, 1989.
[4] Urs Viktor Marti and Horst Bunke, "A full English sentence database for off-line handwriting recognition", in Proc. of the 5th International Conference on Document Analysis and Recognition, pp. 705-708 , 1999.
[5] Sepp Hochreiter and Jürgen Schmidhuber, "Long Short-Term Memory", Neural Computation, vol. 9, no. 8, pp. 1735-1780, 1997.

延伸閱讀