Replies: 9 comments 1 reply
-
If anyone wants to team up, I'd be up to creating a Typescript port of this for React. |
Beta Was this translation helpful? Give feedback.
-
Sounds good. It can also have a cite like airesearch.js.org |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I created a repo for it: docling-js |
Beta Was this translation helpful? Give feedback.
-
This will be really interesting, you can leverage this backend API which I built for Docling here docling-api |
Beta Was this translation helpful? Give feedback.
-
We want a tool that can run in serverless Node.js not something that needs to have a python server running. It could be based on pdfjs like this https://github.com/vtempest/ai-research-agent/blob/master/src/extractor/url-to-content/pdf-to-content.js#L21 |
Beta Was this translation helpful? Give feedback.
-
@vtempest @drmingler @cr4yfish This is not an issue we want to address here, but we do love the idea of it. Hence, we think it is great to convert it as a discussion. |
Beta Was this translation helpful? Give feedback.
-
Airesearch.js.org could indeed be a good fit for creating a serverless, frontend JS tool for handling PDF and HTML to Markdown conversions. This would let you integrate lightweight algorithms directly into your frontend without relying on server-side processing, making it faster and potentially more secure. Do you have any specific frameworks or libraries in mind for this integration, like React or Next.js? |
Beta Was this translation helpful? Give feedback.
-
What's missing from airesearch.js.org extraction is the special handling like tables eq images from pdf. Can you please translate this |
Beta Was this translation helpful? Give feedback.
-
Check out airesearch.js.org for a lot of similar pdf and html to markdown tools. It'd be great for a serverless and frontend js version so I can integrate the algorithms
Beta Was this translation helpful? Give feedback.
All reactions