Hacker News new | past | comments | ask | show | jobs | submit | more maxmaio's comments login

The reducto guys are great! Their benchmark is not exactly how we would index our product because we extract into a user specified template vs. extracting into markdown (wysiwyg). That being said their eval aligns with our internal findings of commercial OCR offerings.


We currently support pdf, docx, most image types (jpeg/jpg, png, heic), and excel.

saving the email as a pdf would work!


Yes there is definitely a boom in document related startups. We see our niche as focusing on non technical users. We have focused on making it easy to build schemas, an audit and review experience, and integrating into downstream applications.


Yes today we support exports to csv or excel from our web app!


Supabase is amazing


unable to get this running on macOS... anyone else having issues?


Hey, I'm the creator. Can you share what errors you're getting?


Hey there, was getting linker errors because panel.pc wasn't in Pkg-config. Turns out installing ncurses with homebrew gives you ncurses v6 which doesn't have .pc files.

https://mrcook.uk/how-to-install-go-ncurses-on-mac-osx ^ this guide is really helpful and explains how to fix the issue


Super cool program by the way!


I know it's not super relevant to node vs python3, but your fib(n) has a time complexity of O(2^n)... with a dp approach it can be solved in O(n). also your space complexity can be reduced to O(1).


With a better chosen dp approach you can even solve it in O(log(n)). Though at that point the extra cost of multiplying large integers becomes non-negligible.


I'm having trouble coming up with this approach on my own. could you share it please?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: