Skip to content

Commit 8a2fd4a

Browse files
author
sol
committed
Added ocr faq
1 parent 7e96fa5 commit 8a2fd4a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apis/financial-invoice-normalization.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API Catalog","item":"https://precisionsolutionstech-netizen.github.io/api-catalog/"},{"@type":"ListItem","position":2,"name":"Financial Invoice & Receipt Normalization","item":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/financial-invoice-normalization.html"}]}
2626
</script>
2727
<script type="application/ld+json">
28-
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Do I need API keys for QuickBooks, Stripe, etc.?","acceptedAnswer":{"@type":"Answer","text":"No. This API only processes data you send. You obtain invoice data through your own integrations and pass it to /normalize."}},{"@type":"Question","name":"Does it store data?","acceptedAnswer":{"@type":"Answer","text":"No. It is fully stateless."}},{"@type":"Question","name":"Is my data logged?","acceptedAnswer":{"@type":"Answer","text":"No. We do not log any data. Payloads are processed in memory and not persisted or logged."}},{"@type":"Question","name":"What is the max request size?","acceptedAnswer":{"@type":"Answer","text":"15MB."}},{"@type":"Question","name":"Can I auto-detect the vendor?","acceptedAnswer":{"@type":"Answer","text":"Yes. Omit the source parameter and the API will detect the vendor from the payload shape."}}]}
28+
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Do I need API keys for QuickBooks, Stripe, etc.?","acceptedAnswer":{"@type":"Answer","text":"No. This API only processes data you send. You obtain invoice data through your own integrations and pass it to /normalize."}},{"@type":"Question","name":"Does it store data?","acceptedAnswer":{"@type":"Answer","text":"No. It is fully stateless."}},{"@type":"Question","name":"Is my data logged?","acceptedAnswer":{"@type":"Answer","text":"No. We do not log any data. Payloads are processed in memory and not persisted or logged."}},{"@type":"Question","name":"What is the max request size?","acceptedAnswer":{"@type":"Answer","text":"15MB."}},{"@type":"Question","name":"Can I auto-detect the vendor?","acceptedAnswer":{"@type":"Answer","text":"Yes. Omit the source parameter and the API will detect the vendor from the payload shape."}},{"@type":"Question","name":"Does this API support OCR?","acceptedAnswer":{"@type":"Answer","text":"We do not perform OCR ourselves. However, we accept JSON output from OCR or document extraction. Send the structured JSON as your payload with source: generic and we will attempt to normalize it using heuristic modes such as pdf_extract or invoice_shaped. Results depend on how structured the OCR output is."}}]}
2929
</script>
3030
<style>
3131
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }
@@ -338,6 +338,10 @@ <h3 id="also-known-as">Also Known As</h3>
338338
<button type="button" class="faq-q" aria-expanded="false" aria-controls="faq-a4" id="faq-q4">Can I auto-detect the vendor?</button>
339339
<div id="faq-a4" class="faq-a" role="region" aria-labelledby="faq-q4">Yes. Omit the source parameter and the API will detect the vendor from the payload shape.</div>
340340
</li>
341+
<li>
342+
<button type="button" class="faq-q" aria-expanded="false" aria-controls="faq-a6" id="faq-q6">Does this API support OCR?</button>
343+
<div id="faq-a6" class="faq-a" role="region" aria-labelledby="faq-q6">We do not perform OCR ourselves. However, we accept JSON output from OCR or document extraction (e.g., from PDFs, scanned invoices). Send the structured JSON as your payload with <code>source: "generic"</code> and we will attempt to normalize it using heuristic modes such as pdf_extract or invoice_shaped. Results depend on how structured the OCR output is.</div>
344+
</li>
341345
</ul>
342346
</section>
343347
<div class="browse-all"><a href="../index.html">Browse all APIs in the catalog →</a></div>

0 commit comments

Comments
 (0)