
ICYMI: Leonardo AI released Lightning XL model which can generate images 3 times faster

By
–

ICYMI: Leonardo AI released Lightning XL model which can generate images 3 times faster
By
–
A preview of the DALLE-3 image editor with inpainting on ChatGPT

By
–
ChatGPT FAQ was recently updated with more info about the Editor feature. This indicates that it is very close to release and you should expect inpainting to come very soon
By
–
The bigger problem here is a usability one: explaining to end users why their extracted data was randomly cut off half way through (or risking them not noticing) isn't great
By
–
Yeah, I wrote about those limitations in my post https://
simonwillison.net/2024/Mar/30/oc
r-pdfs-images/
… It's not state-of-the-art, but it's aiming to be the most convenient possible (free) option for people who don't have anything better
By
–
Do you know anything like that which runs directly in the browser via a package you can load from a CDN?
By
–
Tesseract.js works with other languages, but I've not exposed that in my tool yet – I should do that!

By
–
RT @AndrewBolis 7 FREE online courses in #AI from @nvidia @NVIDIAAI
By
–
My other OCR project from yesterday: textract-cli, a tiny CLI wrapper around AWS's amazing but so-hard-to-use Textract API https://
github.com/simonw/textrac
t-cli
… Assuming you have AWS credentials configured: pipx install textract-cli
textract-cli image.jpeg > output.txt <5MB JPEG/PNGs only
By
–
That's more sophisticated than I want to go with this particular project – the goal here is privacy-first, no servers, document stays on your computer and all the work happens in JavaScript running in your browser