paper-with-me

홈 › Papers

Automatic Page Segmentation Without Decompressing the Run-Length Compressed Text Documents

2020-07-02 · Mohammed Javed, P. Nagabhushan

Page segmentation is considered to be the crucial stage for the automatic analysis of documents with complex layouts. This has traditionally been carried out in uncompressed documents, although most of the documents in real life exist in a compressed form warranted by the requirement to make storage and transfer efficient. However, carrying out page segmentation directly in compressed documents without going through the stage of decompression is a challenging goal. This research paper proposes demonstrating the possibility of carrying out a page segmentation operation directly in the run-length data of the CCITT Group-3 compressed text document, which could be single- or multi-columned and might even have some text regions in the inverted text color mode. Therefore, before carrying out the segmentation of the text document into columns, each column into paragraphs, each paragraph into text lines, each line into words, and, finally, each word into characters, a pre-processing of the text document needs to be carried out. The pre-processing stage identifies the normal text regions and inverted text regions, and the inverted text regions are toggled to the normal mode. In the sequel to initiate column separation, a new strategy of incremental assimilation of white space runs in the vertical direction and the auto-estimation of certain related parameters is proposed. A procedure to realize column-segmentation employing these extracted parameters has been devised. Subsequently, what follows first is a two-level horizontal row separation process, which segments every column into paragraphs, and in turn, into text-lines. Then, there is a two-level vertical column separation process, which completes the separation into words and characters.

📄 PDF Abstract BibTeX arXiv:2007.01142

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Direct Processing of Run Length Compressed Document Image for Segmentation and Characterization of a Specified Block

2014-02-09 · Mohammed Javed, P. Nagabhushan, B. B. Chaudhuri

Extracting a block of interest referred to as segmenting a specified block in an image and studying its characteristics is of general research interest, and could be a challenging if such a segmentation task has to be ca…

Automatic Detection of Font Size Straight from Run Length Compressed Text Documents

2014-02-18 · Mohammed Javed, P. Nagabhushan, B. B. Chaudhuri

Automatic detection of font size finds many applications in the area of intelligent OCRing and document image analysis, which has been traditionally practiced over uncompressed documents, although in real life the docume…

Spotting Separator Points at Line Terminals in Compressed Document Images for Text-line Segmentation

2017-08-18 · Amarnath R, P. Nagabhushan

Line separators are used to segregate text-lines from one another in document image analysis. Finding the separator points at every line terminal in a document image would enable text-line segmentation. In particular, id…

Improving Speech Translation Accuracy and Time Efficiency with Fine-tuned wav2vec 2.0-based Speech Segmentation

2023-04-25 · Ryo Fukuda, Katsuhito Sudoh, Satoshi Nakamura

Speech translation (ST) automatically converts utterances in a source language into text in another language. Splitting continuous speech into shorter segments, known as speech segmentation, plays an important role in ST…

SegmentationTranslation

Clustering-Based Article Identification in Historical Newspapers

2019-06-01 · WS 2019 6 · Martin Riedl, Daniela Betz, Sebastian Pad{\'o}

This article focuses on the problem of identifying articles and recovering their text from within and across newspaper pages when OCR just delivers one text file per page. We frame the task as a segmentation plus cluster…

ArticlesClusteringOptical Character Recognition (OCR)Segmentation+1