<- Back
Comments (36)
- dvtSuper cool. Working on a local AI tool specifically for document workflow automation (where context = screen/web/folders/files), and this could come in super useful. I do most of the PDF/DOCX/etc. parsing natively in Rust, but having a nice way to see the output without spinning up Word or Powerpoint is a huge leap.Thanks for releasing publicly.
- promiseofbeansHow is your PDF coverage? They are notoriously difficult things to render, with endless edge cases. Mozilla’s PSD.js is the status quo here, so what do you do better than them?
- CraigJPerryThose bounding box demos are decent.By quirk of fate i've spent the past 2 days prototyping some stuff on pdfjs. Just trying to figure out a game plan for handling bounding boxes in the face of page zooming, different resolutions etc. etc. I can't see it mentioned whether the components are virtualising pages (as in reusing dom elements as document pages scroll by). I guess i just learned what i'll be exploring tomorrow then...
- peaLooks cool but your home page heavily lags on my mbp m3 pro - you should maybe be lazy loading vs loading all your components upfront
- egeozcanWhy doesn't it mention anywhere that they are React components?
- qreoctCool project! I was playing around with the Excel viewer - the docs claim "Search across sheets and cell ranges", but I can't seem to trigger search functionality and the browser search bar can't find contents on cells.Is this a known issue?
- phononHow does it compare to https://news.ycombinator.com/item?id=48436863 ?
- spankaleeThese should really be web components. Leaving out every framework other than React is really bad for the web.
- plastic041Looks clean and works fine, but it needs optimization. Clicking "Type" in the "schema builder" example takes 1~2 seconds to open the popover in the landing page(macbook pro m4). I think its because there are lots of heavy components, but still it's too slow.
- hobofanThanks, that looks awesome! We were looking to add DOCX and XLSX preview to our app, and were planning to do server-side conversion to PDF (which seems to be what most other apps resort to) due to the lack of good libraries to render it, and this is exactly what we were looking for! :)
- stingerDoes it/will it support Markdown files?
- warthogreally like these - curious how the xlsx editor and viewer is built in that what kind of headless spreadsheet?could not have been easy
- KolmogorovComp> This page could not loadOn mobile Safari…
- topaitools_xyz[flagged]
- bschmidt800[dead]