AI产品精选

LlamaParse推出原生电子表格提取功能

We've introduced native, agentic spreadsheet extraction 📊 into LlamaParse. Spreadsheets are a wil...

精选理由

LlamaParse上线原生电子表格提取,直接读取单元格数据而非文本转换,比传统方法更准确处理复杂表格。

AI 摘要

LlamaParse平台新增原生智能体电子表格提取功能,可处理任意行列数的表格。该功能通过调整的智能引擎直接读取原始单元格,而非将表格扁平化为文本。目前已在agentic_plus层级的beta版本中可用,支持.xlsx、.xls和.csv文件格式。

原文 · Jerry Liu

We've introduced native, agentic spreadsheet extraction 📊 into LlamaParse. Spreadsheets are a wil...

We've introduced native, agentic spreadsheet extraction 📊 into LlamaParse. Spreadsheets are a wildly different format from PDFs (or any other document format). They can span arbitrarily many rows/columns, lack any guarantees on tabular structure, and can have information linked across multiple sheets. The native ways to deal with spreadsheets is usually through a code interpeter as opposed to OCR. We've introduced a tuned agentic engine (model+harness) that is equipped for large-scale schema guided extraction from spreadsheets. You can extract out dense sheets like balance sheets into clean structured fields. Check out the docs for how to integrate into the API: developers.llamaindex.ai/llamaparse/ext… W On the UI, select "agentic plus", and see "spreadsheet options" in the advanced options section. Signup for LlamaParse here! cloud.llamaindex.ai Z LlamaIndex 🦙 @llama_index Most extraction tools treat spreadsheets like PDFs. They flatten the file into text or markdown, then ask a model to infer the original structure. But spreadsheets depend on structure. Headers, formulas, merged cells, and hidden rows give every value its context. Strip that away, and you map the right number to the wrong metric or period. That's why we built native spreadsheet extraction into the LlamaParse platform. Instead of flattening your workbook to text, it reads the raw cells directly and maps the data to your schema. Available today in beta on the agentic_plus tier. Give it a spin on your messiest .xlsx, .xls, or .csv files. Docs: developers.llamaindex.ai/llamaparse/ext… 🔗 View Quoted Tweet 💬 4 🔄 0 ❤️ 5 👀 826 📊 4 ⚡

LlamaParse推出原生电子表格提取功能 · AI 热点