A Web-Based System for Retrieving Document Images from Digital Library

Abstract

A web-based system for retrieving imaged documents from a digital library is described in this paper. First, some image preprocessing is performed off-line on the underlying imaged document to extract its word objects. Then, each word object is represented by a string known as its feature code, based on which a feature code file of the corresponding document is constructed. On the web interface side, the system allows the user to input a set of query words and indicate either to perform "AND" or "OR" operation on them. Once receiving user's request, the system will process each query word and combine the results based on the "AND" or "OR" operation the user has chosen. As for each query word, it is first looked up in an index table that stores words being queried before. If matches are found, results will be retrieved from the index table directly and stored temporarily for subsequent merging. This speeds up searching and makes the system an incremental intelligence system. Otherwise, the system will convert the query word to a feature code string and employ a partial word matching approach to perform search on the pre-generated feature code files. Preliminary experimental results with the imaged documents of students' theses provided by our digital library show that the proposed system is efficient and promising for document image retrieval, and thus has potential applications to digital libraries.

Cite

Text

Zhang et al. "A Web-Based System for Retrieving Document Images from Digital Library." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003. doi:10.1109/CVPRW.2003.10025

Markdown

[Zhang et al. "A Web-Based System for Retrieving Document Images from Digital Library." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003.](https://mlanthology.org/cvprw/2003/zhang2003cvprw-webbased/) doi:10.1109/CVPRW.2003.10025

BibTeX

@inproceedings{zhang2003cvprw-webbased,
  title     = {{A Web-Based System for Retrieving Document Images from Digital Library}},
  author    = {Zhang, Li and Lu, Yue and Tan, Chew Lim},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2003},
  pages     = {27},
  doi       = {10.1109/CVPRW.2003.10025},
  url       = {https://mlanthology.org/cvprw/2003/zhang2003cvprw-webbased/}
}