Digital Paper

Table of content
  1. What this is
  2. What you get
  3. Output structure
  4. How it works (high level)
  5. What makes this different
  6. Use cases
  7. Constraints
  8. Status
  9. About PlaidSheep Lab
  10. Notes for integrators

A system for encoding EPUB documents into printable barcode sequences for physical storage and offline reconstruction.

What this is

Barcode EPUB is a format transformation pipeline that converts standard EPUB files into a set of 2D barcode tiles.

These tiles can be:

The encoded tiles can be scanned and reassembled to reconstruct the original EPUB file.


What you get

Prototype components:

Output structure

Each document is represented as a collection of tiles:

Example block structure

How it works (high level)

  1. Serialization

    EPUB is read as a binary container.

  2. Block segmentation

    The byte stream is divided into fixed-size chunks.

  3. Encoding

    Each chunk is encoded into a 2D barcode tile.

  4. Metadata injection

    Each tile includes:

    • block index
    • total block count
    • protocol identifier
    • optional descriptive metadata
  5. Reconstruction

    A reader scans tiles, orders them, and rebuilds the original file.


What makes this different

Most document systems assume:

Barcode EPUB operates on:

It is designed for:


Use cases


Constraints


Status

Experimental prototype.

Includes:


About PlaidSheep Lab

Lab projects are exploratory systems that are:

They are published for evaluation and potential integration into downstream workflows.


Notes for integrators

Relevant for systems requiring:

NOTE

Not intended as a general-purpose storage replacement or high-throughput distribution mechanism.