Automatic document field detection

Our parsers intelligently recognizes and auto-detects unique fields from uploaded documents.

Document language detection

Detect the language in scanned or printed documents, images, and PDFs.

Optical Character Recognition (OCR)

Convert scanned or printed documents, including images and PDFs, into machine-readable text.

Integration and automation

Our document parsers can be integrated into existing software systems or workflows.

Marketplace

  • Created by: paleicikas
  • Total usage: 9

Sąskaita123

„Sąskaita123“ API integracija sukurta taip, kad atitiktų jūsų verslo poreikius ir leistų išrašyti sąskaitas-faktūras prekiaujantiems internetu.
A total of 12 fields will be extracted from the uploaded documents:
  • Due Date
  • Date
  • Total Amount
  • Discount Amount
  • VAT Amount
  • Note
  • Client Name
  • Client Address
  • Client Code
  • Client VAT Code
  • Client Email
  • Client Phone

Also there will be extracted 1 table of properties:

Table Table fields
Products
  • Title
  • Quantity
  • Price
  • Discount
What variables (configuration data) will be requested to fill?
  • API Key
  • Series ID
  • Unit ID
What format will be used for exporting the data?
  • JSON
  • XML
  • CSV
  • Excel
After the document is parsed, what type of requests will be sent?
curl -X 'POST' \
  'https://app.invoice123.com/api/v1.0/invoices' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer https://app.invoice123.com/modules/api/edit' \
  -H 'Content-Type: application/json' \
  -d '{
  "type": "simple",
  "series_id": "string",
  "activity_id": "string",
  "date": "2023-08-27",
  "date_due": "2023-08-27",
  "date_due_show": false,
  "total": "45.00",
  "discount": "10.00",
  "discount_type": "percent",
  "discount_value": "10.00",
  "vat": "5.00",
  "issued_by": "John Doe",
  "issued_to": "Josh Doe",
  "note_enabled": true,
  "note": "string",
  "banks": [
    "string"
  ],
  "client": {
    "name": "John Doe",
    "address": "Street 9-99",
    "code": "456789",
    "code_type": "company",
    "vat_code": "LT00000",
    "email": "[email protected]",
    "phone": "1234567890"
  },
  "products": [
{{LOOP.BEGIN:PRODUCTS}}
    {
      "title": "{{PRODUCTS:TITLE}}",
      "description": "",
      "price": "{{PRODUCTS:PRICE}}",
      "quantity": {{PRODUCTS:QUANTITY}},
      "discount": "{{PRODUCTS:DISCOUNT}}",
      "total_discount": "{{PRODUCTS:DISCOUNT}}",
      "discount_type": "percent",
      "total_vat": "5.00",
      "total_vat_wo_discount": "5.00",
      "total_wo_vat_and_discount": "50.00",
      "total": "45.00",
      "unit_id": "string",
      "company_vat_id": "string"
    },
{{LOOP.END:PRODUCTS}}
  ],
  "payments": [
    {
      "total": "45.00",
      "date": "2023-08-27",
      "type": "transfer"
    }
  ],
  "send_email": false
}'
Test your document
Also available
Debit Notes
Extract data from Debit Notes documents
Receipts
Extract data from Receipt documents
Proforma invoices
Extract data from Proforma invoices documents
Credit Notes
Extract data from Credit Notes documents