От OCR до ADE: как машины научились не просто читать, а понимать документы

Ещё 10 лет назад машина видела в документе просто набор пикселей. Сегодня она понимает структуру страницы, читает таблицы, графики и рукописи — и автоматически извлекает нужные данные. Разбираем как это работает под капотом и почему это меняет целые индустрии.

https://habr.com/ru/articles/1008610/

#OCR #машинное_обучение #обработка_документов #LLM #RAG #Python #компьютерное_зрение #computer_vision #aiагенты #vectorization

От OCR до ADE: как машины научились не просто читать, а понимать документы

Представьте что вы получили 500 кредитных заявок. В каждой — паспорт, банковская выписка, справка о доходах, налоговая форма. Всё в PDF. Имена файлов: upload1.pdf , upload2.pdf ... Чтобы обработать их...

Хабр

Figma (@figma)

이미지를 벡터로 변환할 수 있게 되었다는 소개 트윗으로, 래스터 이미지를 편집 가능한 벡터로 변환하고 색상 출력을 단순화·제어할 수 있다고 알립니다. 이미지 처리·디자인 워크플로에 영향을 줄 수 있는 이미지→벡터 변환 기능의 출시 또는 기능 제공을 알리는 내용입니다.

https://x.com/figma/status/2019096024590287076

#imageprocessing #vectorization #raster2vector #graphics

Figma (@figma) on X

Imagine turning any image into a vector (now you actually can) → Convert raster images into editable vectors → Simplify and control color output

X (formerly Twitter)

If you're located near Illinois, Shaun Thomas will be presenting on "The New Postgres AI Ecosystem" at the Illinois Prairie PostgreSQL User Group this February 18th at 5:30 PM CST. 🐘

Come by the DRW and say hi: https://www.meetup.com/illinois-prairie-postgresql-user-group/events/312929674/

#postgresql #postgres #ai #vectordatabase #pgvector #vectorization #aidev #illinois #chicago

Illinois Prairie PUG Meetup, Wed, Feb 18, 2026, 5:30 PM | Meetup

Dear Illinois Prairie PUG members, Thank you so much for the great start to 2026! Coming up next: our February meetup will take place on February 18. We heard an overwhelm

Meetup

Release 1.0.5 of VectorEZ is out! Our tool is available for Windows and macOS and let you extract the silhouette of an image in vector format! New in this release is a settings menu to tune the saved SVG!

https://asteridesoftware.com/news/entry/2025120500

#VectorGraphics #SVG #Vectorization

VectorEZ Release 1.0.5

News: VectorEZ Release 1.0.5. Release 1.0.5 is a quality of life release. Among the new features are the checkerboard background pattern, and more options to tune the saved SVG file.

Read our post regarding a practical use-case of VectorEZ! The image tracing of a hand drawing. We go through the process of creating a small and simple vector image in SVG format from a quick sketch done on paper.✏️

https://asteridesoftware.com/news/entry/2025082800

#ImageTracing #Vectorization #Drawing

Собираем простейшую RAG-систему на PHP с фреймворком Neuron AI за вечер

RAG (Retrieval-Augmented Generation или генерация, дополненная поиском) - это метод искусственного интеллекта, сочетающий генеративную большую языковую модель (LLM) с внешней базой знаний для создания более точных, контекстно-зависимых и актуальных ответов. Принцип его работы заключается в том, что сначала извлекается релевантная информация из набора документов или источников данных, а затем эта информация передается в LLM для формирования окончательного ответа. Этот процесс позволяет модели выдавать более точные ответы, менее подверженные “галлюцинациям”, и ее можно обновлять без дорогостоящего переобучения. Сегодня мы разберёмся, как собрать базовую RAG-систему на PHP (да, да, не надо удивляться) с помощью фреймворка Neuron AI . Это будет наш маленький proof-of-concept - минимально работающий, но вполне реальный пример. Ну что, начнём генерацию?

https://habr.com/ru/articles/966792/

#rag #rag_ai #php #llm #llmагент #rag_api #vectorization #embeddings #neuron

Собираем простейшую RAG-систему на PHP с фреймворком Neuron AI за вечер

RAG (Retrieval-Augmented Generation или генерация, дополненная поиском) - это метод искусственного интеллекта, сочетающий генеративную большую языковую модель (LLM) с внешней базой знаний для создания...

Хабр
📣 I’m speaking at #VSLive! San Diego! Use my code TADROS to get $500 off registration — that's $200 more than the Early Bird discount. Offer ends on 8/15.Join me and level up your dev skills 👉 vslive.com/sandiego
#SemanticKernel #Vectorization #Graph @tahubu
Ah, the #tangled #web of #SIMD vector functions! 🤯 Who knew optimizing #code could be so messy, like trying to untangle your headphones while wrestling a grizzly bear 🐻. But fear not, a #workshop in Aurora promises to save the day, because nothing says "fun weekend" like #vectorization with strangers! 🎉
https://johnnysswlab.com/the-messy-reality-of-simd-vector-functions/ #optimization #fun #weekend #HackerNews #ngated
The messy reality of SIMD (vector) functions - Johnny's Software Lab

We’ve discussed SIMD and vectorization extensively on this blog, and it was only a matter of time before SIMD (or vector) functions came up. In this post, we explore what SIMD functions are, when they are useful, and how to declare and use them effectively. A SIMD function is a function that processes more than… Read

Johnny's Software Lab

I thoroughly enjoyed Antonio Somaini’s lecture tonight on the Politics of Latent Spaces at the conference Art in the Age of Average. The new AI-thoritarians.

His reflections on compression as a cultural and epistemic process were truly inspiring — and the sources cited were excellent, too ;)

#AI #LatentSpaces #DigitalCulture #Compression #Vectorization #NeuralNetworks #ArtAndAI #MachineVision #epistemiccompression #AIAesthetics @databasecultures

Sometimes I wish the c++ compilers were clearer about what they do, because when I mix SIMD with expression templates and it gets as optimized as the best for loop I could write, it doesn't feel like I'm doing code anymore, but dark magic #cpp #SIMD #avx #vectorization #gcc #clang