DH 2026

Daejeon, July 27–31

Wed, July 2909:00–10:30S074104
Short Paper

Text Extraction and Structured Data Correction of Academic Documents Using Multimodal LLM with a Case Study on Academic Publications Related to the Giza Pyramids

Tomoki Ikoma
Center for Digital Humanities and Social Studies, Nagoya University, Japan · ikoma.tomoki.t7@f.mail.nagoya-u.ac.jp
Naoya Iwata
Center for Digital Humanities and Social Studies, Nagoya University, Japan; Digital Content and Media Sciences Research Division, National Institute of Informatics, Japan · iwata.naoya.y7@f.mail.nagoya-u.ac.jp
Yukinori Kawae
Center for Digital Humanities and Social Studies, Nagoya University, Japan · kawae.yukinori.r5@f.mail.nagoya-u.ac.jp

Introduction

Digital humanities research heavily relies on structured data extracted from large bodies of previously released academic documents (Borgman 2015), and the spread of open science has reinforced the demand more broadly (Knöchelmann 2019). Documents can be digitized with document structuring tools such as GROBID

https://github.com/grobidOrg/grobid

, which can produce structured data for born-digital documents at acceptable quality. However, digital humanities research commonly targets documents that are not born-digital, causing GROBID to generate inaccurate data that contains textual errors, misplaced footnotes and incorrect recognition of figures and captions.

This paper proposes a method for producing high-quality structured data of academic documents by utilizing an AI-powered document analysis tool and a multimodal LLM. The proposed method utilizes the LLM to detect in-text references to figures and footnotes from the text extracted by the document analysis tool. Experiments on publications related to the Giza Pyramids demonstrated that the proposed method produces structured data with high fidelity even from non-born-digital documents.

Related Work

Multiple document structuring tools have been developed for parsing born-digital academic PDFs, including GROBID, CERMINE (Tkaczyk et al. 2015), PdfAct (Bast and Korzen 2013), and Science Parse

https://github.com/allenai/science-parse

. GROBID, built on CRF and deep-learning models trained on scientific articles, is the most widely adopted of these and underpins large-scale born-digital scholarly corpora such as S2ORC (Lo et al. 2020) and CORD-19 (Wang et al. 2020). However, the existing tools generally struggle to analyze complex layouts and document structures; the benchmark by Meuschke et al. (2023) reports that even the best-performing tools achieve an F1 score of no more than 0.5 in extracting figure captions and 0.2 in extracting footnotes.

Beyond the works specialized in academic documents, document analysis services such as Azure Document Intelligence

https://azure.microsoft.com/ja-jp/products/ai-foundry/tools/document-intelligence

provide robust OCR and layout analysis across diverse document types, but the resulting data lacks annotation of in-text references to figures and footnotes. More recent multimodal LLM approaches such as Nougat (Blecher et al. 2024) convert PDFs to structured data in an end-to-end manner; however, they incur high inference cost and hallucination risk on long documents with complex layouts. This paper aims to produce high-quality structured data with annotated in-text references by combining the strengths of existing tools and multimodal LLMs.

Methodology

Figure 1: Overview of the proposed method

This paper proposes a method for extracting structured data from academic documents by utilizing Azure Document Intelligence, an AI-powered tool for OCR and document layout analysis, along with a multimodal LLM. Figure 1 shows the overview of the proposed method.

The proposed method first uses Azure Document Intelligence to obtain the text content and structural information from the PDF of documents. Azure Document Intelligence analyzes the layout of a given document to extract the raw text, structure such as sections and paragraphs, and areas of figures and captions. The extracted areas of images are clipped from the pages and saved separately.

The proposed method converts the output of Azure Document Intelligence to TEI XML

https://tei-c.org/release/doc/tei-p5-doc/en/html/index.html

format. However, unlike GROBID, references to figures or footnotes are not extracted by Azure Document Intelligence. Therefore, the proposed method utilizes an LLM to automatically detect the references from the text of each paragraph. Tags are then attached to the paragraph text at the points where the references were detected to store the information of references.

Experiment

We implemented a system that extracts the structured data of documents with the proposed method using Gemini 3.1 Flash Lite

https://ai.google.dev/gemini-api/docs/models

, a state-of-the-art multimodal LLM developed by Google, with the thinking level set to high and the temperature to 2.0. As part of the Digital Heritage Project

https://dhss.nagoya-u.ac.jp/en/projects/digital-heritage-project/

, we conducted a pilot study in collaboration with Digital Giza, led by Peter Manuelian at Harvard University, in which we extracted structured data from 21 non-born-digital publications related to the Giza Pyramids using the implemented system. The tested publications include articles, books and bulletins with diverse page layouts in terms of columns and placement of footnotes and figures. In addition, publications in archeology frequently contain large figures and photos spanning two-page spreads and hand-drawn survey maps with unclear boundaries, which further increases the difficulty of analyzing the layouts with existing tools.

The implemented system successfully produced the structured data from all 21 tested documents, while GROBID has been reported to fail to process up to 10% of input PDFs (Lo et al. 2020; Wang et al. 2020). Moreover, the extracted data was highly accurate. In a subset of four documents, the implemented system achieved precision of 0.86 (195/227), recall of 0.95 (195/206) and F1 score of 0.90 for detecting in-text references to figures and footnotes. These results indicate that the proposed method can produce high-quality structured data even from non-born-digital documents.

Conclusion

This paper presented a hybrid method for producing high-quality structured data of academic documents that utilizes a document analysis tool for OCR and layout analysis and a multimodal LLM to detect in-text references to figures and footnotes. An experiment on 21 publications about the Giza Pyramids showed the robustness of the proposed method on non-born-digital documents, successfully processing all 21 documents and achieving an F1 score of 0.90 for in-text reference detection. Future work includes extending the evaluation to larger collections of publications in multiple languages and automating the detection and correction of residual errors in the output of Azure Document Intelligence and LLM.

References
  1. Bast, Hannah / Korzen, Claudius (2013): “The Icecite research paper management system”, in: Springer-Verlag Berlin Heidelberg: Web Information Systems Engineering (WISE), Lecture Notes in Computer Science, Vol. 8181, Part 2: 396-409.
  2. Blecher, Lukas / Cucurull, Guillem / Scialom, Thomas / Stojnic, Robert (2024): “Nougat: Neural Optical Understanding for Academic Documents”, in: Proceedings of the 12th International Conference on Learning Representations (ICLR).
  3. Borgman, Christine L. (2015): Big Data, Little Data, No Data: Scholarship in the Networked World. Cambridge: The MIT Press.
  4. Knöchelmann, Marcel (2019): “Open science in the humanities, or: Open humanities?”, in: Publications 7, 4: 65.
  5. Lo, Kyle / Wang, Lucy Lu / Neumann, Mark / Kinney, Rodney / Weld, Daniel S. (2020): “S2ORC: The Semantic Scholar Open Research Corpus”, in: Association for Computational Linguistics (ed.): Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: 4969-4983.
  6. Meuschke, Norman / Jagdale, Apurva / Spinde, Timo / Mitrović, Jelena / Gipp, Bela (2023): “A benchmark of PDF information extraction tools using a multi-task and multi-domain evaluation framework for academic documents”, in: Springer Nature Switzerland: Information for a Better World: Normality, Virtuality, Physicality, Inclusivity, Lecture Notes in Computer Science, Vol. 13972: 383-405.
  7. Tkaczyk, Dominika / Szostek, Pawel / Fedoryszak, Mateusz / Dendek, Piotr Jan / Bolikowski, Lukasz (2015): “CERMINE: Automatic extraction of structured metadata from scientific literature”, in: International Journal on Document Analysis and Recognition (IJDAR) 18, 4: 317-335.
  8. Wang, Lucy Lu / Lo, Kyle / Chandrasekhar, Yoganand / Reas, Russell / Yang, Jiangjiang / Eide, Darrin / Funk, Kathryn / Kinney, Rodney / Liu, Ziyang / Merrill, William / Mooney, Paul / Murdick, Dewey / Rishi, Devvret / Sheehan, Jerry / Shen, Zhihong / Stilson, Brandon / Wade, Alex D. / Wang, Kuansan / Wilhelm, Chris / Xie, Boya / Raymond, Douglas / Weld, Daniel S. / Etzioni, Oren / Kohlmeier, Sebastian (2020): “CORD-19: The COVID-19 Open Research Dataset”, in: Association for Computational Linguistics (ed.): Proceedings of the 1st Workshop on NLP for COVID-19 at ACL 2020.