Extract Certificate of Origin Extractor Data — Automate Operations

Supply chain operations process thousands of shipping documents daily. Manual data entry causes delays and inventory errors.

126
Fields Extracted
240s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Logistics Extraction
  • Certificate Origin Processing
  • Fta Compliance
  • Customs
  • Certificate Origin

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Certificate of Origin Extraction Schema",
  "description": "JSON Schema for Certificate of Origin (CO) document extraction output",
  "type": "object",
  "required": [
    "document_type",
    "certificate_number",
    "country_of_origin"
  ],
  "properties": {
    "document_type": {
      "type": "string",
      "const": "certificate_of_origin",
      "description": "Document type identifier"
    },
    "certificate_type": {

...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent logistics.certificate-origin

See It In Action

Real extraction example showing input document and structured output.

Input Document
CERTIFICATE OF ORIGIN

AMERICAN CHAMBER OF COMMERCE - INTERNATIONAL DIVISION
1615 H Street NW
Washington, DC 20062, USA

Certificate No: AMCC-2024-089567
Date of Issue: March 25, 2024

1. EXPORTER (Name, full address, country):
PRECISION TOOLS MANUFACTURING INC.
4521 Industrial Boulevard, Suite 200
Cleveland, OH 44135
United States of America
Tax ID: 34-7891234

2. CONSIGNEE (Name, full address, country):
WERKZEUG HANDEL GMBH
Industriestrasse 45
70565 Stuttgart
Germany

3. PRODUCER (if different
Extracted Data
{
  "document_type": "certificate_of_origin",
  "certificate_type": "non_preferential",
  "certificate_form": "Generic CO",
  "certificate_number": "AMCC-2024-089567",
  "issue_date": "2024-03-25",
  "issuing_authority": {
    "name": "American Chamber of Commerce - International Division",
    "country": "United States",
    "address": "1615 H Street NW, Washington, DC 20062, USA",
    "stamp_present": true,
    "signature_present": true
  },
  "exporter": {
    "name": "PRECISION TOOLS MANUFACTURING INC.",
    "address": {
      "street": "4521 Industrial Boulevard, Suite 200",
      "city": "Cleveland",
      "country": "United States of America",
      "postal_code": "OH 44135"
    },
    "tax_id": "34-7891234",
    "registration_number": null
  },
  "consignee": {
    "name": "WERKZEUG HANDEL GMBH",
    "address": {
      "street": "Industriestrasse 45",
      "city": "Stuttgart",
      "country": "Germany",
      "postal_code": "70565"
    }
  },
  "producer": {
    "name": "PRECISION TOOLS MANUFACTURING INC.",
    "address": "4521 Industrial Boulevard, Suite 200, Cleveland, OH 44135, USA",
    "country": "United States of America",
    "same_as_exporter": true
  },
  "transport_details": {
    "mode_of_transport": "Sea",
    "vessel_aircraft": "ATLANTIC PIONEER",
    "port_of_loading": "Port Newark, NJ, USA",
    "port_of_discharge": "Hamburg, Germany",
    "route": "Direct"
  },
  "goods": [
    {
      "marks_numbers": "WERKZEUG HAMBURG PO: WH-2024-0567 C/NO 1-50 MADE IN USA",
      "package_count": 50,
      "package_type": "WOODEN CASES",
      "description": "INDUSTRIAL CUTTING TOOLS - CARBIDE TIPPED DRILL BITS (VARIOUS SIZES), HSS END MILLS, INDEXABLE INSERTS",
      "hs_code": "8207.30.6000",
      "quantity": 2500,
      "unit": "PCS",
      "weight": 1850,
      "weight_unit": "KG",
      "country_of_origin": "United States of America",
      "origin_criterion": null
    }
  ],
  "origin_declaration": {
    "country_of_origin": "United States of America",
    "origin_criteria_code": null,
    "cumulation_applied": false,
    "cumulation_countries": [],
    "declaration_text": "The undersigned hereby declares that the above details and statements are correct; that all the goods were produced in the UNITED STATES OF AMERICA and that they comply with the origin requirements specified for those goods."
  },
  "preferential_info": {
    "trade_agreement": null,
    "agreement_code": null,
    "preference_criterion": null,
    "tariff_treatment": null,
    "duty_rate_claimed": null
  },
  "eur1_specific": null,
  "usmca_specific": null,
  "gsp_form_a_specific": null,
  "references": {
    "invoice_number": "PTM-2024-1892",
    "invoice_date": "2024-03-22",
    "po_number": "WH-2024-0567",
    "bl_awb_number": null,
    "export_permit": null
  },
  "validity": {
    "valid_from": "2024-03-25",
    "valid_until": null,
    "blanket_certificate": false,
    "single_shipment": true
  },
  "certifications": {
    "exporter_declaration": true,
    "exporter_signature": true,
    "exporter_date": "2024-03-22",
    "chamber_certification": true,
    "chamber_signature": true,
    "chamber_date": "2024-03-25",
    "customs_endorsement": false,
    "customs_stamp": false
  },
  "validation": {
    "certificate_complete": true,
    "origin_clearly_stated": true,
    "signatures_present": true,
    "stamps_present": true,
    "valid_for_preference": false
  }
}

American Chamber of Commerce Certificate of Origin for industrial tools shipment from Cleveland to Stuttgart. Documents product origin, exporter details, and certification by authorized chamber for preferential trade agreement eligibility.

Frequently Asked Questions

What documents can Certificate of Origin Extractor process?

The Certificate of Origin Extractor template processes logistics documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the Certificate of Origin Extractor extraction?

The Certificate of Origin Extractor template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the Certificate of Origin Extractor template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.