{"id":25110,"date":"2026-05-07T16:40:02","date_gmt":"2026-05-07T11:10:02","guid":{"rendered":"https:\/\/open.money\/blog\/?p=25110"},"modified":"2026-05-07T16:40:04","modified_gmt":"2026-05-07T11:10:04","slug":"automated-invoice-capture-vs-ocr","status":"publish","type":"post","link":"https:\/\/open.money\/blog\/automated-invoice-capture-vs-ocr\/","title":{"rendered":"How Invoice Capture Works: OCR, AI, and Beyond"},"content":{"rendered":"\n<p>Picture this. It&#8217;s the last week of the month. Your accounts payable team has 340 invoices to process. Forty-two vendors are following up on payments. Three invoices have different amounts on the PO and the bill. One vendor has sent a revised invoice with the same invoice number as the original. And somewhere in that pile, a duplicate is hiding\u2014same invoice, submitted twice from two different email addresses.<\/p>\n\n\n\n<p>This is not an unusual month. This is every month.<\/p>\n\n\n\n<p>The problem isn&#8217;t effort. The problem is that the first step in the entire accounts payable (AP) workflow\u2014getting invoice data out of a document and into your system\u2014is still largely manual. And everything downstream is only as fast as that first step.<\/p>\n\n\n\n<p>Automated invoice capture is how you fix the first step. Here&#8217;s how it works, what the technology has gotten right, and where businesses still lose time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Invoice Capture \u2014 and Why Is It the First Bottleneck in AP?<\/h2>\n\n\n\n<p>Invoice capture is the process of automatically extracting structured data from an invoice\u2014vendor name, GSTIN, invoice number, line items, tax amounts, due date, and totals\u2014and feeding it directly into your AP or accounting system.<\/p>\n\n\n\n<p>It sounds easy until you look at real invoices.<\/p>\n\n\n\n<p>They are not clean, structured data. They are PDFs, scans, images, and email attachments from thousands of vendors.<\/p>\n\n\n\n<p>Extracting the right data from them, consistently and at scale, is hard.<\/p>\n\n\n\n<p>This is why invoice capture is the first bottleneck in AP. Everything else\u2014validation, matching, approval, payment\u2014can only move as fast as data arrives. When that first step is manual, the entire pipeline slows down.<\/p>\n\n\n\n<p>The goal of <a href=\"https:\/\/open.money\/blog\/how-automated-workflows-transform-accounts-payable\/\">automated invoice capture<\/a> is to make that first step disappear. Not faster\u2014gone. Your team should spend their time reviewing exceptions and managing vendor relationships, not typing numbers from a PDF into a spreadsheet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Traditional OCR Works (and Where It Falls Short)<\/h2>\n\n\n\n<p>OCR invoice processing is the foundation of automated invoice capture. OCR\u2014Optical Character Recognition\u2014converts images and scanned documents into machine-readable text. It&#8217;s been the backbone of document digitization for decades.<\/p>\n\n\n\n<p>Here&#8217;s how it works at a basic level:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>An invoice arrives\u2014as a scanned PDF, a photograph, or a digital document.<\/li>\n\n\n\n<li>The OCR engine analyzes the image pixel by pixel.<\/li>\n\n\n\n<li>It identifies shapes that correspond to known characters\u2014letters, numbers, punctuation.<\/li>\n\n\n\n<li>It converts those shapes into text that the system can read and process.<\/li>\n<\/ol>\n\n\n\n<p>One distinction worth understanding upfront: not all PDFs need OCR. A PDF generated directly from accounting software contains selectable, embedded text\u2014OCR isn&#8217;t needed. A PDF that&#8217;s a scanned photograph of a printed invoice needs full OCR processing. The latter is slower, harder to read accurately, and more likely to produce errors. If you can get your vendors to send digital-native invoices, it&#8217;s worth asking.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where traditional OCR falls short<\/h3>\n\n\n\n<p>OCR reads text. It doesn&#8217;t understand it. After OCR runs, you have a block of text\u2014but the system doesn&#8217;t know which number is the invoice total, which is the tax amount, and which is a product code.<\/p>\n\n\n\n<p>Early systems solved this with templates. You&#8217;d map a vendor&#8217;s invoice layout once\u2014&#8217; the total is always in this position, the invoice number is always here&#8217;\u2014and the system followed that map every time.<\/p>\n\n\n\n<p>Templates work until they don&#8217;t. Change the invoice format, onboard a new vendor, receive an invoice with an extra line item, and the template breaks. Someone has to fix it manually. For a business with 200 active vendors, that&#8217;s a maintenance burden.<\/p>\n\n\n\n<p>Rules-based extraction was the next step up: logic like &#8216;find the number following &#8220;Invoice No.&#8221; and treat it as the identifier.&#8217; This handles more variation, but edge cases still slip through\u2014unusual layouts, mixed-language invoices, non-standard tax line items.<\/p>\n\n\n\n<p>The result: traditional OCR invoice processing gets you partway there, then hands the problem back to a human.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How AI and ML Improve on Basic OCR<\/h2>\n\n\n\n<p>This is where modern invoice capture really helps.<\/p>\n\n\n\n<p><a href=\"https:\/\/open.money\/blog\/ai-agents-accounts-payable-automation\/\">AI invoice scanning <\/a>does not depend only on fixed rules. It learns from patterns across many real invoices.<\/p>\n\n\n\n<p>That means it can identify common fields like totals, vendor names, line items, GSTIN, and PAN\u2014even when the layout changes.<\/p>\n\n\n\n<p>The real benefit: when a new vendor sends an invoice in a new format, the system can still extract the data without manual template setup. If something is unclear, it flags it for review.<\/p>\n\n\n\n<p><strong>Confidence scores: how the system knows when to automate and when to escalate<\/strong><\/p>\n\n\n\n<p>When an intelligent document processing system extracts a field, it doesn&#8217;t just output a value\u2014it assigns a confidence score. A high score (95%) means the system is confident. A low score (55%) indicates uncertainty.<\/p>\n\n\n\n<p>This allows businesses to define operational thresholds:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>High-confidence extractions can be processed automatically, and<br><\/li>\n\n\n\n<li>Low-confidence extractions can be routed for human review.<br><\/li>\n<\/ul>\n\n\n\n<p>This approach enables scale without compromising accuracy. Automation is applied where confidence is high, while review is reserved for exceptions.<\/p>\n\n\n\n<p>Leading systems also improve with feedback. When users correct low-confidence fields, those corrections help improve future extraction performance on similar invoice formats.<\/p>\n\n\n\n<p><strong>Most tools look good on headers. The real difference shows up in line-item extraction.<\/strong><\/p>\n\n\n\n<p>Most invoice explainers miss this: extracting header fields and extracting line items are very different problems.<\/p>\n\n\n\n<p>Header fields\u2014like vendor name, invoice number, date, and total\u2014usually appear once and in familiar locations. Most tools can capture these well.<\/p>\n\n\n\n<p>Line items are a different story.<\/p>\n\n\n\n<p>Rows may wrap, columns may shift, cells may be merged, and descriptions may be split across lines. On top of that, quantities, prices, and taxes still need to match correctly.<\/p>\n\n\n\n<p>This is where invoice capture tools actually separate from each other.<\/p>\n\n\n\n<p>If you are comparing tools, ask for line-item accuracy specifically. An overall accuracy score may look good while line-item extraction is still weak.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Invoice Capture Methods: Email, Portal, EDI &amp; e-Invoice Feeds<\/h2>\n\n\n\n<p>Invoice capture is not only an extraction problem. It is also an ingestion problem.<\/p>\n\n\n\n<p>Invoices can arrive through several channels, and a well-designed automation setup should support all of them.<\/p>\n\n\n\n<p><strong>Email ingestion<\/strong> remains the primary channel for many businesses. Invoices are received as PDF attachments in shared AP mailboxes and processed automatically through monitored inbox workflows.<\/p>\n\n\n\n<p><strong>Vendor portals<\/strong> provide a more structured submission path. This usually improves consistency, which in turn improves extraction accuracy and reduces exception handling.<\/p>\n\n\n\n<p><strong>EDI (Electronic Data Interchange)<\/strong> is common in enterprise supply chains. Invoices are transmitted as structured files (for example, EDIFACT or X12), which removes the need for OCR-based extraction.<\/p>\n\n\n\n<p><strong>GST e-invoice feeds via the IRP<\/strong> are a major advantage for Indian AP teams. For applicable businesses, invoices are registered with the Invoice Registration Portal (IRP), which returns an Invoice Reference Number (IRN) and QR code.<\/p>\n\n\n\n<p>This allows AP systems to validate invoice authenticity earlier in the process. Solutions that validate IRN details or consume e-invoice data directly can reduce manual extraction effort and detect non-compliant invoices sooner.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Happens After Capture: Validation, Matching, and Routing<\/h2>\n\n\n\n<p>Capturing invoice data is only the starting point. Before an invoice moves to approval, the system needs to validate the data, match it against procurement records, and route it correctly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Validation<\/strong><\/h4>\n\n\n\n<p>A good AP automation workflow runs checks on every invoice, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>line-item and subtotal consistency,<br><\/li>\n\n\n\n<li>GST calculation checks,<br><\/li>\n\n\n\n<li>GSTIN validation,<br><\/li>\n\n\n\n<li>invoice date checks, and<br><\/li>\n\n\n\n<li>duplicate invoice detection.<br><\/li>\n<\/ul>\n\n\n\n<p>Duplicate detection is especially important because duplicate submissions are a common cause of overpayments. These can happen due to vendor resubmissions, payment follow-ups, or manual mistakes.<\/p>\n\n\n\n<p>Automated validation helps catch these issues early.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Three-way matching<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-1024x321.png\" alt=\"\" class=\"wp-image-25112\" srcset=\"https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-1024x321.png 1024w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-300x94.png 300w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-768x241.png 768w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-1536x482.png 1536w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-2048x643.png 2048w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-400x126.png 400w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-800x251.png 800w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-832x261.png 832w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-1664x522.png 1664w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-1248x392.png 1248w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-2496x783.png 2496w, https:\/\/open.money\/blog\/wp-content\/uploads\/2026\/05\/Open-Money-GST-25-scaled.png 2560w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>For businesses using procurement controls, the next step is three-way matching:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>PO<\/strong> confirms what was approved,<br><\/li>\n\n\n\n<li><strong>GRN<\/strong> confirms what was received, and<br><\/li>\n\n\n\n<li><strong>Invoice<\/strong> confirms what the vendor is charging.<\/li>\n<\/ul>\n\n\n\n<p>When these records match, the invoice can be approved faster. When they do not, the system flags the mismatch for review.<\/p>\n\n\n\n<p>This saves finance teams a lot of manual work. Instead of checking every invoice by hand, they review only the exceptions.<\/p>\n\n\n\n<p><strong>Routing and approval workflows<\/strong><\/p>\n\n\n\n<p>Capturing an invoice does not mean it is ready to pay.<\/p>\n\n\n\n<p>Many invoices still need approval. A good system sends each invoice to the right person automatically based on rules like amount, vendor, department, or cost center.<\/p>\n\n\n\n<p>And when approvals can happen on mobile, email, or a simple web page, invoices move faster instead of getting stuck in inboxes.<\/p>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  .open-metrics-container {\n    width: 100%;\n    margin: 30px 0;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .open-metrics-title {\n    color: #5b24b2 !important; \/* OPEN Dark Purple *\/\n    font-size: 22px !important;\n    font-weight: 700 !important;\n    margin-bottom: 20px !important;\n    border-bottom: 2px solid #f4ebff;\n    padding-bottom: 10px;\n  }\n\n  .open-metrics-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 16px;\n  }\n\n  .open-metrics-card {\n    background: #ffffff;\n    border: 1px solid #e0d4f5; \/* OPEN Border Purple *\/\n    border-radius: 8px;\n    padding: 24px;\n    box-shadow: 0 4px 15px rgba(140, 82, 255, 0.05);\n    border-top: 4px solid #8c52ff; \/* OPEN Primary Violet *\/\n  }\n\n  .open-metrics-card h4 {\n    color: #2e125a !important; \/* OPEN Deep Purple *\/\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    margin: 0 0 8px 0 !important;\n  }\n\n  .open-metrics-card .metric-def {\n    color: #4a4a4a !important;\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    margin: 0 0 8px 0 !important;\n    padding-bottom: 8px;\n    border-bottom: 1px dashed #e0d4f5;\n  }\n\n  .open-metrics-card p {\n    color: #6b7280 !important;\n    font-size: 13px !important;\n    line-height: 1.5 !important;\n    margin: 0 !important;\n  }\n<\/style>\n\n<div class=\"open-metrics-container\">\n  <h3 class=\"open-metrics-title\">The Metrics That Show If Your AP Workflow Is Working<\/h3>\n  <div class=\"open-metrics-grid\">\n    \n    <div class=\"open-metrics-card\">\n      <h4>Capture Accuracy<\/h4>\n      <div class=\"metric-def\">% of invoice data extracted correctly without manual fixes.<\/div>\n      <p>Track separately for header fields and line items. Overall accuracy scores can hide weak line-item extraction, which is where most errors occur.<\/p>\n    <\/div>\n\n    <div class=\"open-metrics-card\">\n      <h4>Exception Rate<\/h4>\n      <div class=\"metric-def\">% of invoices requiring manual intervention.<\/div>\n      <p>Due to extraction uncertainty, validation failures, or matching issues. A high exception rate usually signals workflow or data quality problems.<\/p>\n    <\/div>\n\n    <div class=\"open-metrics-card\">\n      <h4>STP Rate (Straight-Through Processing)<\/h4>\n      <div class=\"metric-def\">% of invoices moving from receipt to approval automatically.<\/div>\n      <p>One of the clearest indicators of AP automation maturity. Many high-performing teams target a 60%+ STP rate as a strong baseline milestone.<\/p>\n    <\/div>\n\n    <div class=\"open-metrics-card\">\n      <h4>Cost &#038; Time Per Invoice<\/h4>\n      <div class=\"metric-def\">Total time and operational cost to process a single bill.<\/div>\n      <p>Automation should significantly reduce this compared to manual workflows. Benchmarking helps teams track efficiency improvements over time.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<p>Strong AP teams don\u2019t just automate invoice capture\u2014they measure how well it performs. Tracking these metrics helps identify where automation is working and where workflows still need improvement.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What to Look for in an Invoice Capture Solution<\/h2>\n\n\n\n<p>There are plenty of invoice capture tools in the market. The easiest way to compare them is to look at what happens in real AP workflows\u2014not just demo screens.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Capability<\/strong><\/td><td><strong>What to Check<\/strong><\/td><\/tr><tr><td>Multi-channel ingestion<\/td><td>Supports email, vendor portal uploads, and IRP e-invoice flows so invoices from every source are captured automatically.<\/td><\/tr><tr><td>Line-item accuracy<\/td><td>Ask for separate accuracy metrics for header fields and line items. Overall accuracy numbers can be misleading.<\/td><\/tr><tr><td>GST &amp; IRP validation<\/td><td>Built-in checks like GSTIN validation, IRN validation, and exception flags for invoices that need review.<\/td><\/tr><tr><td>Confidence scores<\/td><td>The system should flag low-confidence fields and route them for review instead of silently pushing them forward.<\/td><\/tr><tr><td>ERP &amp; workflow integration<\/td><td>Extracted invoice data should move directly into ERP, accounting, or payment workflows without retyping.<\/td><\/tr><tr><td>Learning from corrections<\/td><td>When teams fix exceptions, the system should learn and improve accuracy over time.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Bottom line:<\/strong><\/p>\n\n\n\n<p>The fastest AP teams usually start with <strong>clean invoice capture<\/strong>. Fix the input, and the rest of the AP workflow becomes much easier.<\/p>\n\n\n\n<p>That\u2019s where the real impact comes from\u2014connecting invoice capture directly to approvals, payments, and reconciliation.<\/p>\n\n\n\n<p><em>OPEN connects automated invoice capture with business payments and connected banking\u2014so your invoices don&#8217;t just get processed, they get paid. See how finance teams are cutting invoice-to-payment time by over 70%.<\/em><\/p>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* Container - Compact *\/\n  .vendor-banner-container-fix {\n    background: linear-gradient(90deg, #5b24b2 0%, #2e125a 35%, #000000 100%);\n    padding: 18px 20px 25px 20px; \/* Reduced top padding to 18px; kept bottom at 25px *\/\n    text-align: center;\n    border-radius: 8px;\n    font-family: 'Poppins', sans-serif;\n    box-sizing: border-box;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  \/* Main Headline - FORCE WHITE *\/\n  h2.vendor-banner-title-fix {\n    color: #ffffff !important; \n    font-size: 28px !important;\n    font-weight: 700 !important;\n    margin: 0 0 10px 0 !important;\n    line-height: 1.2 !important;\n    text-transform: none !important; \n  }\n\n  \/* Subtitle Text - FORCE WHITE *\/\n  p.vendor-banner-subtitle-fix {\n    color: #ffffff !important;\n    font-size: 15px !important;\n    font-weight: 400 !important;\n    line-height: 1.4 !important;\n    margin: 0 auto 20px auto !important; \n    max-width: 700px;\n    opacity: 0.95;\n  }\n\n  \/* The Button *\/\n  a.vendor-banner-btn-fix {\n    background-color: #8c52ff !important;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    padding: 10px 30px !important;\n    border-radius: 50px !important;\n    display: inline-block;\n    border: none;\n    box-shadow: 0 4px 10px rgba(140, 82, 255, 0.3);\n  }\n\n  a.vendor-banner-btn-fix:hover {\n    background-color: #7b42ea !important;\n    transform: translateY(-2px);\n  }\n\n  \/* Mobile Responsiveness *\/\n  @media (max-width: 768px) {\n    .vendor-banner-container-fix {\n      padding: 15px 15px 20px 15px; \/* Marginally reduced mobile padding as well *\/\n    }\n    h2.vendor-banner-title-fix {\n      font-size: 24px !important;\n    }\n    p.vendor-banner-subtitle-fix {\n      font-size: 13px !important;\n      margin-bottom: 15px !important; \n    }\n    a.vendor-banner-btn-fix {\n      width: 100%;\n      max-width: 250px;\n    }\n  }\n<\/style>\n\n<div class=\"vendor-banner-container-fix\">\n  <h2 class=\"vendor-banner-title-fix\">Stop logging into multiple bank portals<\/h2>\n  <p class=\"vendor-banner-subtitle-fix\">Get real-time cash visibility from one unified dashboard.<\/p>\n  <a href=\"https:\/\/open.money\/connected-banking\" class=\"vendor-banner-btn-fix\">Explore Connected Banking<\/a>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h3>\n\n\n\n<p><strong>1. What is automated invoice capture?<\/strong><strong><br><\/strong><br>Automated invoice capture is the process of extracting key data from invoices\u2014such as vendor name, invoice number, GSTIN, line items, tax amounts, and totals\u2014and sending that data directly into an accounting or accounts payable (AP) system. Instead of manually typing invoice details from PDFs or scanned documents, the system uses technologies like OCR and AI to read and structure the information automatically.<\/p>\n\n\n\n<p><strong>2. How is AI-based invoice capture different from traditional OCR?<\/strong><strong><br><\/strong> Traditional OCR converts images or scanned invoices into machine-readable text, but it does not understand what the text represents. AI-based invoice capture goes a step further by identifying patterns across many invoices and recognising fields like invoice totals, vendor names, GST numbers, and line items, even when layouts change. This reduces the need for manual templates and improves accuracy across different invoice formats.<\/p>\n\n\n\n<p><strong>3. Why is line-item extraction important in invoice processing?<\/strong><strong><br><\/strong><strong><br><\/strong> Many invoice capture tools can extract header fields like invoice number, date, and total amount. However, line-item extraction is more complex because invoices often have multiple rows, changing column layouts, and wrapped descriptions. Accurate line-item extraction is important for validating quantities, prices, and taxes\u2014especially when invoices need to be matched against purchase orders or goods received notes.<\/p>\n\n\n\n<p><strong>4. What happens after invoice data is captured?<\/strong><strong><br><\/strong><strong><br><\/strong> After invoice data is captured, the system typically runs validation checks, matches the invoice with procurement records, and routes it for approval. Common checks include GST validation, duplicate invoice detection, subtotal verification, and three-way matching with purchase orders and goods received notes. Once validated and approved, the invoice can move forward for payment processing.<\/p>\n","protected":false},"excerpt":{"rendered":"Picture this. It&#8217;s the last week of the month. Your accounts payable team has 340 invoices to process.&hellip;","protected":false},"author":67,"featured_media":25113,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"","csco_page_header_type":"","csco_page_load_nextpost":"","footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-25110","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-announcements","8":"cs-entry"},"_links":{"self":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/25110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/comments?post=25110"}],"version-history":[{"count":1,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/25110\/revisions"}],"predecessor-version":[{"id":25114,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/25110\/revisions\/25114"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/media\/25113"}],"wp:attachment":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/media?parent=25110"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/categories?post=25110"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/tags?post=25110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}