Walk into any old library, archive, or government records room and you will find shelves of brittle paper slowly fading away. Print documents are fragile. They tear, yellow, get eaten by silverfish, and are lost to floods and fire. Digitisation solves this problem by turning physical pages into digital files that can be stored, searched, and shared by thousands of people at once. It is the foundation of every modern digital library, and understanding how it works is essential for anyone studying information science today.
Table of Contents
- Why print digitisation matters
- Capturing print-based documents
- Keying in text
- Scanning
- Optical Character Recognition (OCR)
- Scanning technologies: CCD, CIS, and PMT
- Charge-coupled device (CCD)
- Contact image sensor (CIS)
- Photomultiplier tube (PMT)
- How OCR converts images into editable text
- Popular OCR software: OmniPage and ABBYY FineReader
- Best practices for document scanning
- Choose the right resolution
- Save in the right file formats
- Build quality control into the workflow
- Add metadata and plan for the long term
Why print digitisation matters
Digitisation is the process of creating a faithful digital copy of a physical object. For libraries, this usually means scanning books, manuscripts, journals, and records to produce machine-readable files. The goal is twofold: preservation and access.
Preservation comes first. A high-quality digital master means a fragile original never has to be handled again. As one university digitisation guide notes, a good master image eliminates the need to re-digitise and therefore re-handle the same fragile materials in the future. This is critical for rare books and manuscripts that crumble a little more with every touch.
Access is the second goal. A printed book sits on one shelf in one location. A digitised version can be read across the world. India has invested heavily here. The National Digital Library of India, developed by IIT Kharagpur, was created to make educational resources available to every citizen regardless of age or location. The earlier Digital Library of India, part of the global Universal Digital Library and Million Books Project, set an ambitious target of digitising millions of pages of literary, scientific, and artistic work. The National Digital Preservation Program run by MeitY works to counter digital obsolescence and define preservation standards across the country.
Capturing print-based documents
Before a printed page can become a usable digital file, its content must be captured. There are three main methods, and most projects combine them.
Keying in text
The simplest method is manual data entry, where a person types the contents of a document into a computer. This is slow and labour-intensive, but it remains useful for short documents, badly damaged originals that machines cannot read, or texts in scripts and fonts that automated tools struggle with. Manual keying often achieves very high accuracy because a human can interpret faded ink, handwriting, and unusual characters that confuse software.
Scanning
Scanning is the most common capture method. A scanner passes light over the document and records the reflected light as a digital image. The result is a picture of the page, faithful in appearance but not yet searchable or editable. When documents are scanned, they are transformed into digital images or electronic copies of the original paper document. Scanning is fast, preserves the exact look of the original including illustrations and layout, and forms the input for the next stage.
Optical Character Recognition (OCR)
A scanned image is just a picture. The computer cannot read the words inside it. OCR is the technology that bridges this gap by converting the image of text into actual, editable, searchable characters. OCR is what allows you to search inside a digitised book or copy a sentence from a scanned PDF. We will look at how it works in more detail below.
Scanning technologies: CCD, CIS, and PMT
The heart of any scanner is its image sensor, the component that converts reflected light into digital data. Three sensor technologies dominate, and each suits a different purpose.
Charge-coupled device (CCD)
The CCD is the sensor found in most desktop flatbed scanners and in digital cameras. In a CCD scanner, a system of mirrors and a lens directs light reflected from the document onto the sensor, forming a reduced-size image. A CCD captures light and converts it into proportional electrons; the more intense the light hitting the sensor, the greater the charge produced. Because CCD uses a real reduction lens, it captures high-resolution detail with a wide colour range and a deep focal range, which is why it handles material that is not perfectly flat, such as bound books. The trade-off is size and cost: the optical path needs space, and the reduction lens is expensive.
Contact image sensor (CIS)
CIS is the newer, more compact technology. Instead of mirrors and a reduction lens, a CIS sits almost in direct contact with the document and captures the image at a 1:1 scale using a rod-lens array. Scanners using CIS are much smaller, use about a tenth of the power, and are well suited to portable applications, often drawing power straight from a USB cable. The downside is that CIS typically produces lower image quality than CCD, with a much shallower depth of field, which causes problems for documents that do not lie perfectly flat. For everyday office scanning and portable scanners, CIS is excellent; for archival photographs and detailed artwork, CCD usually wins.
Photomultiplier tube (PMT)
PMT is the oldest of the three and is used in high-end drum scanners. The document is mounted on a rotating glass drum, and as a fine beam of light moves across it, the reflected light is picked up by photomultiplier tubes, which are vacuum tubes extremely sensitive to light. Drum scanners using PMT are still used for the highest possible image quality. They deliver outstanding resolution and colour depth, making them ideal for demanding preservation work, but their high cost and large size mean they are far less common than flatbed scanners.
How OCR converts images into editable text
OCR is where the real magic of digitisation happens. It takes the flat image produced by a scanner and turns it into text a computer can understand. The process moves through several clear stages.
First comes image acquisition, where the scanner produces a digital image and the software classifies light areas as background and dark areas as text. Next is pre-processing, where the image is cleaned to improve recognition. This involves reducing noise, straightening a skewed image, and normalising it for better results. The software then breaks the image down into lines, words, and finally individual characters.
Recognition itself uses two main approaches. Pattern matching compares each scanned character against stored templates of known characters, which works especially well for documents printed in standard fonts. Feature extraction goes deeper, breaking each character into elements such as loops, lines, stroke directions, and intersections to identify the closest matching shape. Finally, in post-processing, the software assembles the recognised characters into words and sentences, runs a spell check, and corrects errors, often addressing inaccuracies missed in earlier steps.
Popular OCR software: OmniPage and ABBYY FineReader
Two products have long dominated professional OCR. OmniPage Pro was one of the early leaders in desktop OCR, valued for converting scanned pages into editable documents quickly. ABBYY FineReader is the other heavyweight and remains a standard in libraries and archives. Yale University’s library guidance recommends ABBYY FineReader for printed documents that include tables, unusual formatting, or idiosyncratic characters, and notes that users can even add specific symbols or characters for it to recognise. This flexibility matters in the Indian context, where OCR must handle a wide range of scripts. Research linked to the Digital Library of India has driven work on optical character recognition and machine translation for multiple Indian languages, a far harder task than recognising plain English text.
Best practices for document scanning
Good digitisation is not just about owning a scanner. The choices you make about resolution, file format, and workflow determine whether your digital copy will still be usable decades from now.
Choose the right resolution
Resolution is measured in dots or pixels per inch (dpi/ppi). Higher resolution captures more detail but creates larger files. For true archival scanning from an original, service bureaus now report clients choosing 400 dpi as a minimum and 600 dpi as an average, up from the older standard of 300 dpi. A useful guideline is 300 ppi for high-resolution prints, 150 ppi for large displays viewed at a distance, and 72 to 96 ppi for web images. Always rely on a scanner’s true optical resolution rather than interpolated resolution, where the software simply guesses at the missing detail.
Save in the right file formats
The golden rule is to separate the archival master from the access copy. For preservation masters, lossless formats such as TIFF are the correct choice, because lossy formats throw away data permanently and are not appropriate for archiving. TIFF is widely regarded as the gold standard for image preservation thanks to its lossless quality and support for embedded metadata. For text documents, PDF/A is the preferred archival format because it ensures document integrity and long-term compatibility. Access copies, meant for fast viewing and sharing over a network, are usually saved as smaller JPEG or standard PDF files. International archives commonly follow this layered approach: TIFF for the preservation master, with JPEG and PDF derivatives created for everyday access.
Build quality control into the workflow
Capturing the image is only half the job. After OCR, a thorough review is essential. This includes checking for missing pages, chapters, paragraphs, and tables, verifying titles and headings, and running a spell check with technical terms added to the dictionary. A final independent review by a person catches errors, table problems, and tagging issues before the document is released. Scanning straight, well-lit, dust-free originals at an adequate resolution prevents most recognition errors before they ever happen, since poor OCR results usually trace back to low resolution, bad lighting, or a document scanned at an angle.
Add metadata and plan for the long term
A digital file without metadata is hard to find and easy to lose. Recording details such as title, author, date, and scanning specifications makes a file searchable and trustworthy. Because file formats themselves can become obsolete, choosing widely adopted formats and planning for periodic migration protects collections against the digital decay that programmes like India’s National Digital Preservation Program are designed to fight.
What do you think? If your college library asked you to digitise a collection of rare regional-language books, which scanner technology and file formats would you choose, and why? And as OCR keeps improving, do you think manual keying of text will ever disappear completely, or will it always have a place?
References
- https://libguides.mst.edu/c.php?g=335435&p=2256780
- https://www.pib.gov.in/newsite/PrintRelease.aspx?relid=180048
- https://en.wikipedia.org/wiki/National_Digital_Preservation_Program
- https://labelyourdata.com/articles/document-digitization-with-ocr
- https://circuitstoday.com/working-of-scanner
- https://en.wikipedia.org/wiki/Contact_image_sensor
- https://en.wikipedia.org/wiki/Image_scanner
- https://www.shaip.com/blog/ocr-in-document-digitization/
- https://bmiimaging.com/blog/document-management/power-of-ocr/
- https://shop.czur.com/blogs/blog/how-czur-ocr-scanners-make-digitization-easy
- https://www.recordnations.com/blog/what-is-ocr/
- https://guides.library.yale.edu/dh/ocr
- https://thecrowleycompany.com/can-we-get-a-resolution-the-mystery-of-the-right-dpippi/
- https://www.dpconline.org/handbook/technical-solutions-and-tools/file-formats-and-standards
- https://www.gallerysystems.com/best-practices-for-dam-from-digital-imaging-to-file-types/

Leave a Reply