Open pJahad opened 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
@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
@pJahad @drmingler note that we have a webserver for docling in the works. It is currently experimental stage. See here.
What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js
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.
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.
Requested feature
web app to check docling parser result like pasted image.
(taken from https://ds4sd.github.io/#use-cases )