An open API service indexing awesome lists of open source software.

https://github.com/ldkrsi/tabulapdf

This repository provides the necessary files to build and push a Docker image for Tabula, a tool for extracting tables from PDFs.
https://github.com/ldkrsi/tabulapdf

docker-image tabula tabulapdf

Last synced: about 1 year ago
JSON representation

This repository provides the necessary files to build and push a Docker image for Tabula, a tool for extracting tables from PDFs.

Awesome Lists containing this project

README

          

# Tabula Docker Image

This repository contains the Dockerfile and GitHub Actions workflow to build and push a Docker image for [Tabula](https://github.com/tabulapdf/tabula).

## Usage

To run the Tabula Docker container:

```sh
docker run -p 8080:8080 ghcr.io/ldkrsi/tabulapdf:master
```

## Building the Image

To build the Docker image locally:

```sh
docker build -t tabula .
```