Home

Awesome

Paper Manager

This program provides a viewer for image files such as pdf, jpeg and its own variant of PaperPort's .max file format.

See the INSTALL file for installation instructions.

Desktop viewSelect scannerDated filesOpen filePreviewPreview2
123456
ScanningFast folder findingScanning dialogSide-by-side preview & OCR
78910

Features

new in 0.4:

new in 0.5:

new in 0.7:

new in 0.7.1:

new in 0.8

new in 1.0

new in 1.0.1

new in 1.1

Command-line usage

-j <file>

Convert a file to .jpg, the JPEG image file. This produces a separate file for each page of the document, with a _p<n> addition. So a two-page document called fred,max will produce fred_p1.jpg and fred_p2.jpg

-m <file>

Convert a file to .max, Paperman's native format. The new file has the same name but with a .max extension.

-p <file>

Convert a file to PDF, The new file has the same name but with a .pdf extension.

-s <file>

Does an MD5 checksum of every page in every .max file in a directory. The results are written to a file called 'checksums.md5' in the current directory. For example:

maxview -s /paper

The file format is a line for each page, containing space-separated fields:

Length of filename in characters
Filename
Page number
Image size in bytes
md5 checksum, grouped by 32-bit words

For example:

27 Property taxes  pd 2020.max 0 1093872 a3eb8cd8 b0cffff0 b845833c e370368e
27 Property taxes  pd 2020.max 1 1093872 40f34c34 ae5f9549 158f97ab d6c1e6a8
27 Property taxes  pd 2020.max 2 1093872 78572475 16422b9a c900d2a7 61ce49d6
27 Property taxes  pd 2020.max 3 1093872 96562c4e cebfc3b3 5c863b22 d80abde6

Future Features

Here's what I'd like it to support:

If you have other ideas then feel free to let me know on the mailing list.

Simon Glass sjg@chromium.org Aug 2020