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.
- Host: GitHub
- URL: https://github.com/ldkrsi/tabulapdf
- Owner: ldkrsi
- License: mit
- Created: 2025-02-09T16:49:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T17:17:27.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:49:12.828Z (about 1 year ago)
- Topics: docker-image, tabula, tabulapdf
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```