Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 244 Bytes

File metadata and controls

19 lines (13 loc) · 244 Bytes

lento

Build Docker Image

docker build -t lento .

Start Server

docker run -d --name lento-server -p 8000:8000 lento

Convert to Markdown

curl http://127.0.0.1:8000/to_markdown -F "file=@sample.docx"