README 1.4 KB

123456789101112131415161718192021222324
  1. unpaper is a post-processing tool for scanned sheets of paper,
  2. especially for book pages that have been scanned from previously
  3. created photocopies. The main purpose is to make scanned book pages
  4. better readable on screen after conversion to PDF. Additionally,
  5. unpaper might be useful to enhance the quality of scanned pages before
  6. performing optical character recognition (OCR). unpaper tries to clean
  7. scanned images by removing dark edges that appeared through scanning
  8. or copying on areas outside the actual page content (e.g. dark areas
  9. between the left-hand-side and the right-hand-side of a double-sided
  10. book-page scan). The program also tries to detect disaligned
  11. centering and rotation of pages and will automatically straighten
  12. each page by rotating it to the correct angle. This process is called
  13. "deskewing". Note that the automatic processing will sometimes fail.
  14. It is always a good idea to manually control the results of unpaper
  15. and adjust the parameter settings according to the requirements of
  16. the input. Each processing step can also be disabled individually
  17. for each sheet. Input and output files can be in either .pbm, .pgm or
  18. .ppm format, thus generally in .pnm format, as also used by the Linux
  19. scanning tools scanimage and scanadf. Conversion to PDF can e.g. be
  20. achieved with the Linux tools pgm2tiff, tiffcp and tiff2pdf.
  21. This is a fork of the original unpaper software by D.E. "Flameeyes"
  22. Petteno'.