{"id":103000,"date":"2026-07-09T19:08:58","date_gmt":"2026-07-09T19:08:58","guid":{"rendered":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/"},"modified":"2026-07-09T19:08:58","modified_gmt":"2026-07-09T19:08:58","slug":"datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling","status":"publish","type":"post","link":"https:\/\/youzum.net\/fr\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/","title":{"rendered":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Datalab\u2019s<a href=\"https:\/\/pxllnk.co\/wn8qbwh\" target=\"_blank\" rel=\"noreferrer noopener\"> <strong>Lift<\/strong><\/a> is a focused document extraction tool with a specific promise: give it a PDF or image plus a JSON Schema, and it returns schema-shaped JSON directly. Instead of converting a document to Markdown first and then asking another model to extract fields, Lift reads rendered page images and attempts to emit the final structured object in a single pass. According to Datalab, Lift is a 9B vision model for structured JSON extraction from PDFs and images, supports schema-constrained decoding, and returns JSON that matches the user\u2019s schema.<\/p>\n<p class=\"wp-block-paragraph\">That positioning matters because Lift is not mainly an OCR engine, not mainly a PDF-to-Markdown converter, and not a full enterprise document review platform. It is best understood as a <strong>schema-first document extractor<\/strong>: a model for turning visually complex documents into application-ready fields.<\/p>\n<h2 class=\"wp-block-heading\"><strong>First, the distinction that organizes everything: parsing vs. extraction<\/strong><\/h2>\n<p class=\"wp-block-paragraph\"><strong>Most document AI tools solve one of two different problems<\/strong>:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Parsers<\/strong> turn documents into faithful intermediate representations: Markdown, HTML, JSON blocks, layout trees, tables, headings, reading order, and chunks for retrieval. Tools such as Docling, MinerU, Marker, Unstructured, PyMuPDF, OCRmyPDF, and Surya primarily fall into this category. Their output is <strong>document-shaped<\/strong>.<\/li>\n<li><strong>Extractors<\/strong> turn documents into the fields an application actually needs. You define a schema \u2014 for example, invoice_number, vendor_name, total, due_date, or line_items[] \u2014 and the system tries to return those values directly. Lift, NuExtract3, LlamaExtract, Reducto Extract, Extend, Azure Content Understanding, and other cloud extraction APIs belong closer to this category. Their output is <strong>schema-shaped<\/strong>.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">That distinction matters because many production systems still follow a parse-then-extract pattern: convert a PDF to Markdown or structured text, then send that representation to an LLM with a schema. Lift\u2019s bet is to collapse that workflow into a single visual extraction pass. That can reduce pipeline complexity, but only when the real goal is field extraction rather than faithful document reconstruction.<\/p>\n<h2 class=\"wp-block-heading\"><strong>The competitive map<\/strong><\/h2>\n<p class=\"wp-block-paragraph\"><strong>Lift sits at the intersection of several overlapping categories:<\/strong><\/p>\n<ol class=\"wp-block-list\">\n<li>Open-weight extraction VLMs such as NuExtract3<\/li>\n<li>Frontier multimodal LLMs with structured-output modes<\/li>\n<li>Cloud document AI systems such as Azure, Google, and AWS<\/li>\n<li>Commercial extraction platforms such as Reducto, Extend, LlamaExtract, and Datalab\u2019s own API<\/li>\n<li>Open-source document parsers such as Docling, MinerU, Marker, and Unstructured<\/li>\n<li>Structured-generation libraries such as XGrammar, Outlines, Instructor, BAML, and related JSON-output systems<\/li>\n<\/ol>\n<p class=\"wp-block-paragraph\">The important point is that not all of these tools are direct competitors. Some compete with Lift directly. Others are adjacent infrastructure. A parser like Docling is not trying to solve the same problem as Lift. A constrained-decoding library is not a document model at all. A commercial extraction platform may include extraction models, citations, review workflows, and compliance infrastructure. Lift is narrower: it is the raw schema-first extractor.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. NuExtract3: the closest open-weight comparison<\/strong><\/h2>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/huggingface.co\/numind\/NuExtract3\">NuExtract3 <\/a>is probably Lift\u2019s closest open-weight competitor. NuMind describes NuExtract3 as a unified 4B vision-language reasoning model for document understanding, combining structured information extraction with image-to-Markdown conversion for documents such as scans, receipts, forms, invoices, contracts, and tables. Its Hugging Face model card lists it under an Apache-2.0 license.<\/p>\n<p class=\"wp-block-paragraph\">The contrast is straightforward. <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift<\/a> is larger at 9B and, in Datalab\u2019s own benchmark, reports stronger field accuracy than NuExtract3: 90.2% versus 81.5%. NuExtract3 is smaller, more permissively licensed, and also positioned as a Markdown-conversion model.<\/p>\n<p class=\"wp-block-paragraph\">So the practical decision is not only accuracy. If the priorities are permissive licensing, smaller local deployment, and a single model that can also convert documents to Markdown, NuExtract3 is attractive. If the priority is schema-first field extraction with Datalab\u2019s reported speed-accuracy trade-off, Lift becomes more compelling.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. frontier multimodal LLMs<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">A common alternative is to send the document to a frontier multimodal LLM and ask for structured output. In Datalab\u2019s benchmark, Gemini Flash 3.5 slightly outperforms <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift <\/a>on field accuracy and full-document accuracy, while Lift is much faster in the reported setup: 9.5 seconds median latency for Lift versus 28.1 seconds for Gemini Flash 3.5.<\/p>\n<p class=\"wp-block-paragraph\">That does not mean <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift <\/a>is always better. Frontier models remain attractive when volume is modest, setup time matters more than infrastructure control, and cloud processing is acceptable. Lift\u2019s advantage appears when latency, data residency, repeatable self-hosting, and large-volume cost control matter.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. cloud document AI platforms<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Azure AI Document Intelligence, Azure Content Understanding, Google Document AI, and AWS Textract are managed cloud services rather than just models. They provide enterprise infrastructure for document processing, including deployment controls, service reliability, monitoring, procurement processes, and integration with broader cloud ecosystems. Microsoft describes Azure Content Understanding as a way to transform unstructured data into structured, machine-readable information while preserving structural relationships.<\/p>\n<p class=\"wp-block-paragraph\">In Datalab\u2019s benchmark, Azure Content Understanding reports lower field accuracy and higher latency than<a href=\"https:\/\/pxllnk.co\/wn8qbwh\"> Lift<\/a>, but it includes citations, which Lift\u2019s open weights do not. Datalab\u2019s own hosted API also adds per-field verification, citations, and confidence scores beyond the open model.<\/p>\n<p class=\"wp-block-paragraph\">This is the cloud tradeoff. Cloud platforms are usually easier to adopt within companies already standardized on Azure, Google Cloud, or AWS. They may also be stronger choices when enterprise governance matters more than raw speed. <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift\u2019s<\/a> counterargument is portability: teams can run the extraction model locally or through their own vLLM deployment rather than sending every document to a hosted API.<\/p>\n<p class=\"wp-block-paragraph\">For handwriting-heavy, low-quality scans, clinical forms, annotation-heavy documents, or regulated workflows requiring traceability, the cloud and managed platforms should be benchmarked directly against Lift rather than assumed inferior.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. commercial extraction platforms<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Reducto, Extend, LlamaExtract, Mindee, and Datalab\u2019s own hosted API occupy a different layer of the market. They are not only extraction models; they are extraction systems. Their value is not limited to field accuracy. They add provenance, review workflows, schema management, confidence scoring, citations, deployment controls, and enterprise compliance.<\/p>\n<p class=\"wp-block-paragraph\">Reducto\u2019s Extract product is positioned around schema-typed JSON extraction with optional citations, while its Parse product emphasizes typed blocks, bounding boxes, and confidence scores. LlamaExtract similarly advertises custom-schema extraction with granular citations and confidence scores.<\/p>\n<p class=\"wp-block-paragraph\">This is where <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift\u2019s<\/a> open model is intentionally thinner. The open weights prioritize fast, schema-first extraction. Datalab\u2019s hosted API adds the production features that many regulated workflows require: per-field verification, citations, and confidence scores.<\/p>\n<p class=\"wp-block-paragraph\">So the comparison is not simply \u2018Lift vs. Reducto\u2019 or \u2018Lift vs. LlamaExtract.\u2019 It is <strong>model vs. platform<\/strong>. <a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift <\/a>is appealing when you want a self-hosted raw extractor. Managed platforms are stronger when auditability, citations, confidence, human review, and compliance matter as much as the extracted values.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. Marker<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Marker is especially relevant because it also comes from Datalab. Marker converts documents to Markdown, JSON, chunks, and HTML, and supports PDFs, images, PPTX, DOCX, XLSX, HTML, and EPUB. Its repository also notes support for tables, forms, equations, inline math, links, references, code blocks, image extraction, artifact removal, custom formatting, and beta structured extraction with JSON Schema.<\/p>\n<p class=\"wp-block-paragraph\">The difference is emphasis. Marker is a broad document conversion framework. It is useful when the goal is to make a document readable, searchable, chunkable, or RAG-ready. Lift is more specialized: it tries to produce the final field-level JSON object directly.<\/p>\n<p class=\"wp-block-paragraph\">A practical pipeline may use both. Marker can parse the full document for search, retrieval, or human review. Lift can extract the specific fields needed by an application: same company, adjacent tools, different jobs.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. Docling<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Docling is one of the strongest open-source document conversion frameworks. Its GitHub repository describes support for multiple formats, including PDF, DOCX, PPTX, XLSX, HTML, EPUB, audio formats, images, LaTeX, and plain text. It also emphasizes advanced PDF understanding, page layout, reading order, table structure, code, formulas, image classification, and a unified DoclingDocument representation.<\/p>\n<p class=\"wp-block-paragraph\">That makes Docling a better fit when the document itself is the artifact. If the goal is to preserve layout, convert documents for downstream AI workflows, build RAG pipelines, or standardize many document types into a structured representation, Docling is the more natural tool.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/pxllnk.co\/wn8qbwh\">Lift <\/a>is a better fit when the output schema is already known, and the business goal is not to preserve the entire document but to extract specific fields. In short: Docling is for <strong>document conversion<\/strong>; Lift is for <strong>field extraction<\/strong>.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. MinerU<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">MinerU is another strong parser, especially for complex and scientific documents. Its repository emphasizes table-to-HTML conversion, OCR for scanned or garbled PDFs, OCR support for 109 languages, multiple output formats such as Markdown and JSON, with results sorted by reading order, and visualization outputs for checking extraction quality.<\/p>\n<p class=\"wp-block-paragraph\">This makes MinerU attractive for research papers, technical reports, scientific PDFs, formulas, tables, and multi-column layouts. It aims to preserve the document\u2019s structure so that the resulting representation can be used for reading, indexing, RAG, or downstream processing.<\/p>\n<p class=\"wp-block-paragraph\">Lift should not be treated as a replacement for MinerU. MinerU says, in effect, \u201cHere is a faithful machine-readable version of the document.\u201d Lift says, \u201cHere are the fields your schema asked for.\u201d Those are related but different tasks.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. Unstructured<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Unstructured is best understood as an ingestion and preprocessing toolkit for LLM workflows. Its open-source library provides components for ingesting and preprocessing images and text documents, including PDFs, HTML, Word documents, and more. Its partitioning functions break documents into elements such as Title, NarrativeText, and ListItem, allowing developers to choose which content to retain for downstream applications.<\/p>\n<p class=\"wp-block-paragraph\">Unstructured is strong as an ETL layer: collect documents, partition them, clean them, and prepare them for indexing or LLM workflows. Lift is not trying to be a general ingestion framework. It is trying to extract schema-bound fields.<\/p>\n<p class=\"wp-block-paragraph\">Use Unstructured when the challenge is document ingestion at scale. Use Lift when the challenge is turning visually complex documents into typed JSON fields.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. OCRmyPDF, PyMuPDF, and classical PDF tools<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">OCRmyPDF adds an OCR text layer to scanned PDFs, making them searchable and copyable. It is excellent for digitization, archival workflows, and preparing scanned PDFs for search.<\/p>\n<p class=\"wp-block-paragraph\">PyMuPDF is a high-performance Python library for extracting, analyzing, converting, rendering, and manipulating PDFs and other documents. It gives developers low-level control and high-level APIs for deterministic document processing.<\/p>\n<p class=\"wp-block-paragraph\">These tools are not direct competitors to Lift. They are lower-level document-processing infrastructure. If every document follows the same layout and the extraction logic can be written with deterministic rules, PyMuPDF or similar tools may be faster, cheaper, and easier to audit. If the documents are scanned and need searchable text, OCRmyPDF solves that layer cleanly. Lift becomes useful when rule-based extraction becomes brittle because the document layout varies or fields must be inferred visually.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Lift vs. structured-generation libraries<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Lift\u2019s schema-constrained decoding is important, but it is not the only system capable of producing valid JSON. The broader ecosystem includes grammar-based and validation-based tools such as XGrammar, Outlines, Instructor, BAML, and related structured-output systems. JSONSchemaBench, for example, evaluates constrained-decoding frameworks across efficiency, schema coverage, and output quality, reflecting the importance of structured output in modern LLM applications.<\/p>\n<p class=\"wp-block-paragraph\">That means Lift\u2019s main differentiation is not simply \u201cvalid JSON.\u201d The stronger claim is that Lift combines a document-specialized vision model with schema-constrained generation. A generic LLM plus a structured-output wrapper may return valid JSON, but it may still misread the page, miss a table value, or hallucinate a field. Independent work reinforces why this gap matters: ExtractBench, an open benchmark for end-to-end PDF-to-JSON extraction, finds that even frontier models degrade sharply as schema breadth and output volume grow. Lift bets that the model itself is trained for document extraction, not merely wrapped with a JSON validator.<\/p>\n<p class=\"wp-block-paragraph\">The caveat remains essential: valid JSON is not the same as correct JSON. A schema can guarantee shape, but it cannot guarantee that the extracted invoice total, policy number, contract date, or account number is correct.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Head-to-head: the dimensions that actually decide it<\/strong><\/h2>\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td><strong>Tool \/ Category<\/strong><\/td>\n<td><strong>Best use case<\/strong><\/td>\n<td><strong>Local deployment<\/strong><\/td>\n<td><strong>Schema-first extraction<\/strong><\/td>\n<td><strong>Provenance<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>Lift<\/strong><\/td>\n<td>Fast self-hosted extraction from PDFs\/images into JSON Schema<\/td>\n<td>Yes<\/td>\n<td>Yes<\/td>\n<td>No in open weights<\/td>\n<\/tr>\n<tr>\n<td><strong>NuExtract3<\/strong><\/td>\n<td>Smaller permissive open-weight extractor plus Markdown conversion<\/td>\n<td>Yes<\/td>\n<td>Yes, via templates<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td><strong>Frontier multimodal LLMs<\/strong><\/td>\n<td>Quick high-accuracy extraction without hosting your own model<\/td>\n<td>No<\/td>\n<td>Yes, depending on provider<\/td>\n<td>Limited \/ varies<\/td>\n<\/tr>\n<tr>\n<td><strong>Datalab API<\/strong><\/td>\n<td>Higher-accuracy managed extraction with verification<\/td>\n<td>Hosted \/ commercial options<\/td>\n<td>Yes<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td><strong>Reducto \/ Extend \/ LlamaExtract<\/strong><\/td>\n<td>Auditable production extraction workflows<\/td>\n<td>Hosted \/ enterprise options<\/td>\n<td>Yes<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td><strong>Azure \/ Google \/ AWS document AI<\/strong><\/td>\n<td>Enterprise cloud document AI and managed compliance<\/td>\n<td>No<\/td>\n<td>Varies<\/td>\n<td>Varies<\/td>\n<\/tr>\n<tr>\n<td><strong>Docling \/ Marker \/ MinerU \/ Unstructured<\/strong><\/td>\n<td>Document parsing, Markdown, layout, and RAG ingestion<\/td>\n<td>Yes<\/td>\n<td>Not primarily<\/td>\n<td>Not primarily<\/td>\n<\/tr>\n<tr>\n<td><strong>OCRmyPDF \/ PyMuPDF \/ pdfplumber-style tools<\/strong><\/td>\n<td>OCR layers, deterministic extraction, PDF manipulation<\/td>\n<td>Yes<\/td>\n<td>No<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td><strong>Instructor \/ Outlines \/ XGrammar \/ BAML<\/strong><\/td>\n<td>Structured-output layer around existing models<\/td>\n<td>Yes \/ varies<\/td>\n<td>Yes<\/td>\n<td>No<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<h2 class=\"wp-block-heading\"><strong>Where Lift genuinely wins<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li><strong>Speed-per-accuracy at the open-weight tier<\/strong>: This is the real story in the numbers. Among everything that clears ~90% field accuracy, Lift is by far the fastest (9.5s vs. 28\u201331s for Gemini and Datalab\u2019s API, 74s for Azure). The only faster model, NuExtract3, is nine points less accurate. If you\u2019re processing millions of pages and need \u201cgood enough\u201d fields now, Lift\u2019s position on the speed\/accuracy frontier is legitimately strong.<\/li>\n<li><strong>True single-pass, multi-page handling<\/strong>: Lift ingests a whole multi-page document at once and can resolve values that span pages \u2014 a real pain point for chunk-and-stitch pipelines built on parsers.<\/li>\n<li><strong>Ergonomics<\/strong>: Standard JSON Schema in, valid JSON out, with a CLI for single files or whole directories, a Python API, a reusable in-process model, and a Streamlit \u201cSchema Studio\u201d for iterating on schemas against real documents. For a research-tier open release, that\u2019s an unusually complete developer surface.<\/li>\n<li><strong>Pedigree<\/strong>: Datalab has shipped credible, widely adopted document models before \u2014 Marker, Surya, and Chandra collectively pull tens of thousands of GitHub stars and count Anthropic, Harvard, Stanford, and MIT among their users. Lift isn\u2019t a first attempt from an unknown; it\u2019s the extraction-specialized entry in a proven family.<\/li>\n<li>\n<\/li><\/ul>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p class=\"wp-block-paragraph\">\n<h2 class=\"wp-block-heading\"><strong>Sources<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>Lift GitHub repository:<a href=\"https:\/\/github.com\/datalab-to\/lift\"> https:\/\/github.com\/datalab-to\/lift<\/a><\/li>\n<li>NuExtract3 Hugging Face model card:<a href=\"https:\/\/huggingface.co\/numind\/NuExtract3\"> https:\/\/huggingface.co\/numind\/NuExtract3<\/a><\/li>\n<li>Azure Content Understanding document elements:<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-services\/content-understanding\/document\/elements\"> https:\/\/learn.microsoft.com\/en-us\/azure\/ai-services\/content-understanding\/document\/elements<\/a><\/li>\n<li>Reducto Extract:<a href=\"https:\/\/reducto.ai\/extract\"> https:\/\/reducto.ai\/extract<\/a><\/li>\n<li>LlamaExtract by LlamaIndex:<a href=\"https:\/\/www.llamaindex.ai\/llamaextract\"> https:\/\/www.llamaindex.ai\/llamaextract<\/a><\/li>\n<li>Marker GitHub repository:<a href=\"https:\/\/github.com\/datalab-to\/marker\"> https:\/\/github.com\/datalab-to\/marker<\/a><\/li>\n<li>Docling GitHub repository:<a href=\"https:\/\/github.com\/docling-project\/docling\"> https:\/\/github.com\/docling-project\/docling<\/a><\/li>\n<li>MinerU GitHub repository:<a href=\"https:\/\/github.com\/opendatalab\/mineru\"> https:\/\/github.com\/opendatalab\/mineru<\/a><\/li>\n<li>Unstructured GitHub repository:<a href=\"https:\/\/github.com\/Unstructured-IO\/unstructured\"> https:\/\/github.com\/Unstructured-IO\/unstructured<\/a><\/li>\n<li>OCRmyPDF documentation:<a href=\"https:\/\/ocrmypdf.readthedocs.io\/\"> https:\/\/ocrmypdf.readthedocs.io\/<\/a><\/li>\n<li>PyMuPDF text extraction documentation:<a href=\"https:\/\/pymupdf.readthedocs.io\/en\/latest\/recipes-text.html\"> https:\/\/pymupdf.readthedocs.io\/en\/latest\/recipes-text.html<\/a><\/li>\n<li>JSONSchemaBench paper:<a href=\"https:\/\/arxiv.org\/abs\/2501.10868\"> https:\/\/arxiv.org\/abs\/2501.10868<\/a><\/li>\n<li>ExtractBench paper:<a href=\"https:\/\/arxiv.org\/abs\/2602.12247\"> https:\/\/arxiv.org\/abs\/2602.12247<\/a><\/li>\n<\/ul>\n<\/p><p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/07\/09\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\">Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Datalab\u2019s Lift is a focused document extraction tool with a specific promise: give it a PDF or image plus a JSON Schema, and it returns schema-shaped JSON directly. Instead of converting a document to Markdown first and then asking another model to extract fields, Lift reads rendered page images and attempts to emit the final structured object in a single pass. According to Datalab, Lift is a 9B vision model for structured JSON extraction from PDFs and images, supports schema-constrained decoding, and returns JSON that matches the user\u2019s schema. That positioning matters because Lift is not mainly an OCR engine, not mainly a PDF-to-Markdown converter, and not a full enterprise document review platform. It is best understood as a schema-first document extractor: a model for turning visually complex documents into application-ready fields. First, the distinction that organizes everything: parsing vs. extraction Most document AI tools solve one of two different problems: Parsers turn documents into faithful intermediate representations: Markdown, HTML, JSON blocks, layout trees, tables, headings, reading order, and chunks for retrieval. Tools such as Docling, MinerU, Marker, Unstructured, PyMuPDF, OCRmyPDF, and Surya primarily fall into this category. Their output is document-shaped. Extractors turn documents into the fields an application actually needs. You define a schema \u2014 for example, invoice_number, vendor_name, total, due_date, or line_items[] \u2014 and the system tries to return those values directly. Lift, NuExtract3, LlamaExtract, Reducto Extract, Extend, Azure Content Understanding, and other cloud extraction APIs belong closer to this category. Their output is schema-shaped. That distinction matters because many production systems still follow a parse-then-extract pattern: convert a PDF to Markdown or structured text, then send that representation to an LLM with a schema. Lift\u2019s bet is to collapse that workflow into a single visual extraction pass. That can reduce pipeline complexity, but only when the real goal is field extraction rather than faithful document reconstruction. The competitive map Lift sits at the intersection of several overlapping categories: Open-weight extraction VLMs such as NuExtract3 Frontier multimodal LLMs with structured-output modes Cloud document AI systems such as Azure, Google, and AWS Commercial extraction platforms such as Reducto, Extend, LlamaExtract, and Datalab\u2019s own API Open-source document parsers such as Docling, MinerU, Marker, and Unstructured Structured-generation libraries such as XGrammar, Outlines, Instructor, BAML, and related JSON-output systems The important point is that not all of these tools are direct competitors. Some compete with Lift directly. Others are adjacent infrastructure. A parser like Docling is not trying to solve the same problem as Lift. A constrained-decoding library is not a document model at all. A commercial extraction platform may include extraction models, citations, review workflows, and compliance infrastructure. Lift is narrower: it is the raw schema-first extractor. Lift vs. NuExtract3: the closest open-weight comparison NuExtract3 is probably Lift\u2019s closest open-weight competitor. NuMind describes NuExtract3 as a unified 4B vision-language reasoning model for document understanding, combining structured information extraction with image-to-Markdown conversion for documents such as scans, receipts, forms, invoices, contracts, and tables. Its Hugging Face model card lists it under an Apache-2.0 license. The contrast is straightforward. Lift is larger at 9B and, in Datalab\u2019s own benchmark, reports stronger field accuracy than NuExtract3: 90.2% versus 81.5%. NuExtract3 is smaller, more permissively licensed, and also positioned as a Markdown-conversion model. So the practical decision is not only accuracy. If the priorities are permissive licensing, smaller local deployment, and a single model that can also convert documents to Markdown, NuExtract3 is attractive. If the priority is schema-first field extraction with Datalab\u2019s reported speed-accuracy trade-off, Lift becomes more compelling. Lift vs. frontier multimodal LLMs A common alternative is to send the document to a frontier multimodal LLM and ask for structured output. In Datalab\u2019s benchmark, Gemini Flash 3.5 slightly outperforms Lift on field accuracy and full-document accuracy, while Lift is much faster in the reported setup: 9.5 seconds median latency for Lift versus 28.1 seconds for Gemini Flash 3.5. That does not mean Lift is always better. Frontier models remain attractive when volume is modest, setup time matters more than infrastructure control, and cloud processing is acceptable. Lift\u2019s advantage appears when latency, data residency, repeatable self-hosting, and large-volume cost control matter. Lift vs. cloud document AI platforms Azure AI Document Intelligence, Azure Content Understanding, Google Document AI, and AWS Textract are managed cloud services rather than just models. They provide enterprise infrastructure for document processing, including deployment controls, service reliability, monitoring, procurement processes, and integration with broader cloud ecosystems. Microsoft describes Azure Content Understanding as a way to transform unstructured data into structured, machine-readable information while preserving structural relationships. In Datalab\u2019s benchmark, Azure Content Understanding reports lower field accuracy and higher latency than Lift, but it includes citations, which Lift\u2019s open weights do not. Datalab\u2019s own hosted API also adds per-field verification, citations, and confidence scores beyond the open model. This is the cloud tradeoff. Cloud platforms are usually easier to adopt within companies already standardized on Azure, Google Cloud, or AWS. They may also be stronger choices when enterprise governance matters more than raw speed. Lift\u2019s counterargument is portability: teams can run the extraction model locally or through their own vLLM deployment rather than sending every document to a hosted API. For handwriting-heavy, low-quality scans, clinical forms, annotation-heavy documents, or regulated workflows requiring traceability, the cloud and managed platforms should be benchmarked directly against Lift rather than assumed inferior. Lift vs. commercial extraction platforms Reducto, Extend, LlamaExtract, Mindee, and Datalab\u2019s own hosted API occupy a different layer of the market. They are not only extraction models; they are extraction systems. Their value is not limited to field accuracy. They add provenance, review workflows, schema management, confidence scoring, citations, deployment controls, and enterprise compliance. Reducto\u2019s Extract product is positioned around schema-typed JSON extraction with optional citations, while its Parse product emphasizes typed blocks, bounding boxes, and confidence scores. LlamaExtract similarly advertises custom-schema extraction with granular citations and confidence scores. This is where Lift\u2019s open model is intentionally thinner. The open weights prioritize fast, schema-first extraction. Datalab\u2019s hosted API adds the production features<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_pvb_checkbox_block_on_post":false,"footnotes":""},"categories":[52,5,7,1],"tags":[],"class_list":["post-103000","post","type-post","status-publish","format-standard","hentry","category-ai-club","category-committee","category-news","category-uncategorized","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum<\/title>\n<meta name=\"description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youzum.net\/fr\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum\" \/>\n<meta property=\"og:description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youzum.net\/fr\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\" \/>\n<meta property=\"og:site_name\" content=\"YouZum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DroneAssociationTH\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T19:08:58+00:00\" \/>\n<meta name=\"author\" content=\"admin NU\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin NU\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\"},\"author\":{\"name\":\"admin NU\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\"},\"headline\":\"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling\",\"datePublished\":\"2026-07-09T19:08:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\"},\"wordCount\":2428,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"articleSection\":[\"AI\",\"Committee\",\"News\",\"Uncategorized\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\",\"url\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\",\"name\":\"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum\",\"isPartOf\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#website\"},\"datePublished\":\"2026-07-09T19:08:58+00:00\",\"description\":\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\",\"breadcrumb\":{\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/youzum.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yousum.gpucore.co\/#website\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"name\":\"YouSum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yousum.gpucore.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\",\"name\":\"Drone Association Thailand\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"width\":300,\"height\":300,\"caption\":\"Drone Association Thailand\"},\"image\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DroneAssociationTH\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\",\"name\":\"admin NU\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"caption\":\"admin NU\"},\"url\":\"https:\/\/youzum.net\/fr\/members\/adminnu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youzum.net\/fr\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/","og_locale":"fr_FR","og_type":"article","og_title":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum","og_description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","og_url":"https:\/\/youzum.net\/fr\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/","og_site_name":"YouZum","article_publisher":"https:\/\/www.facebook.com\/DroneAssociationTH\/","article_published_time":"2026-07-09T19:08:58+00:00","author":"admin NU","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"admin NU","Dur\u00e9e de lecture estim\u00e9e":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#article","isPartOf":{"@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/"},"author":{"name":"admin NU","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c"},"headline":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling","datePublished":"2026-07-09T19:08:58+00:00","mainEntityOfPage":{"@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/"},"wordCount":2428,"commentCount":0,"publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"articleSection":["AI","Committee","News","Uncategorized"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/","url":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/","name":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling - YouZum","isPartOf":{"@id":"https:\/\/yousum.gpucore.co\/#website"},"datePublished":"2026-07-09T19:08:58+00:00","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","breadcrumb":{"@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/youzum.net\/datalab-lift-vs-the-field-how-a-9b-schema-first-extractor-compares-with-nuextract3-llamaextract-marker-and-docling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youzum.net\/"},{"@type":"ListItem","position":2,"name":"Datalab Lift vs the Field: How a 9B Schema-First Extractor Compares with NuExtract3, LlamaExtract, Marker, and Docling"}]},{"@type":"WebSite","@id":"https:\/\/yousum.gpucore.co\/#website","url":"https:\/\/yousum.gpucore.co\/","name":"YouSum","description":"","publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yousum.gpucore.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/yousum.gpucore.co\/#organization","name":"Drone Association Thailand","url":"https:\/\/yousum.gpucore.co\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","width":300,"height":300,"caption":"Drone Association Thailand"},"image":{"@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DroneAssociationTH\/"]},{"@type":"Person","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c","name":"admin NU","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","caption":"admin NU"},"url":"https:\/\/youzum.net\/fr\/members\/adminnu\/"}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin NU","author_link":"https:\/\/youzum.net\/fr\/members\/adminnu\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/youzum.net\/fr\/category\/ai-club\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/committee\/\" rel=\"category tag\">Committee<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/news\/\" rel=\"category tag\">News<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","rttpg_excerpt":"Datalab\u2019s Lift is a focused document extraction tool with a specific promise: give it a PDF or image plus a JSON Schema, and it returns schema-shaped JSON directly. Instead of converting a document to Markdown first and then asking another model to extract fields, Lift reads rendered page images and attempts to emit the final\u2026","_links":{"self":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts\/103000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/comments?post=103000"}],"version-history":[{"count":0,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts\/103000\/revisions"}],"wp:attachment":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/media?parent=103000"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/categories?post=103000"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/tags?post=103000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}