A simple web user interface to upload a document and convert it to Markdown using the Marker APIā
2.1K
The Marker UIā provides a simple web user interface to upload a document and convert it to Markdown using the Marker APIā . Marker API is a RESTful API that allows you to convert PDF, PPT, and DOC files to Markdown. It uses the Markerā library to parse the document and extract the text and images.
docker run --rm --env-file `pwd`/.env -p8000:8000 wirawan/marker-ui
docker run --rm --env MARKER_API_URL=https://marker-api -p8000:8000 wirawan/marker-ui
Markerā converts PDF to markdown quickly and accurately.
Marker APIā is a RESTful API that allows you to convert PDF, PPT, and DOC files to Markdown. It uses the Markerā library to parse the document and extract the text and images.
The marker-api docker image is also available at https://hub.docker.com/repository/docker/wirawan/marker-api/generalā
Content type
Image
Digest
sha256:591e1e61fā¦
Size
172.8 MB
Last updated
almost 2 years ago
docker pull wirawan/marker-ui