DS4SD / docling

Get your documents ready for gen AI
https://ds4sd.github.io/docling
MIT License
10.51k stars 508 forks source link

Result viewer application #277

Open pJahad opened 2 weeks ago

pJahad commented 2 weeks ago

Requested feature

web app to check docling parser result like pasted image.

スクリーンショット 2024-11-08 9 44 22

(taken from https://ds4sd.github.io/#use-cases )

PeterStaar-IBM commented 2 weeks ago

@pJahad This would indeed be nice to have, but we need to verify that we do not introduce too many dependencies.

I believe we could add a streamlit like app, but we need to engineer it carefully. In the meantime, I know that there is already a huggingface

--> https://huggingface.co/spaces/yasserrmd/DoclingConverter

drmingler commented 1 week ago

@pJahad I created an easily deployable API for this incase you decide on building a web app for it. You can check it out here docling-api

cau-git commented 1 week ago

@pJahad @drmingler note that we have a webserver for docling in the works. It is currently experimental stage. See here.

Upabjojr commented 10 hours ago

What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js

cau-git commented 8 hours ago

What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js

That would still require some backend service. Docling itself can't run in the browser.

Upabjojr commented 8 hours ago

What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js

That would still require some backend service. Docling itself can't run in the browser.

Not really, you can just open simple HTML files in your browser without a server if the HTML is not interacting with a server.