Sign inSign up

alisio/pdfsandwich-docker

By alisio

•Updated over 1 year ago

Image
0

202

alisio/pdfsandwich-docker repository overview

⁠📄 pdfsandwich-docker

A lightweight Docker image for pdfsandwich, a powerful OCR tool that adds searchable text layers to PDFs.

⁠🚀 Features

  • 🖥 OCR Processing: Converts scanned PDFs into searchable documents.
  • 🌍 Multilingual Support: Supports multiple languages, including Portuguese.
  • 🔄 CLI-Friendly: Designed for command-line usage with simple Docker execution.
  • 📂 Volume Mapping: Process PDFs while keeping them in your local file system.

⁠🛠 Usage

Run pdfsandwich inside the container:

docker run --rm -v "$(pwd):/data" alisio/pdfsandwich-docker input.pdf

Or create an alias for easier use:

alias pdfsandwich='docker run --rm -v "$(pwd):/data" alisio/pdfsandwich-docker'

Then, simply run:

pdfsandwich input.pdf

Tag summary

Content type

Image

Digest

sha256:490e5f65f…

Size

482.8 MB

Last updated

over 1 year ago

docker pull alisio/pdfsandwich-docker