Skip to content / דלג לתוכן

    תיעוד OCR-AI

    כל המידע שצריך להטמעה וניצול מיטבי של OCR-AI.

    Getting Started

    Quick setup guide and installation instructions.

    Learn more

    API Reference

    Complete API documentation and endpoints.

    Learn more

    Tutorials

    Step-by-step guides for common use cases.

    Learn more

    FAQs

    Answers to frequently asked questions.

    Learn more

    Quickstart Guide

    Get up and running with OCR-AI in minutes. Follow these simple steps to integrate our SDK into your project.

    1. Installation

    npm
    npm install @ocr-ai/sdk --save

    2. Initialize SDK

    JavaScript
    import OCR from '@ocr-ai/sdk';

    const client = new OCR({
      apiKey: 'YOUR_API_KEY',
      region: 'us-east-1'
    });

    3. Process a Document

    JavaScript
    // Process a document from a file or URL
    const result = await client.processDocument({
      source: 'https://example.com/document.pdf',
      type: 'invoice'
    });

    console.log(result.data);

    Need Help?

    Our support team is available to help you with any questions or issues you may encounter.

    Support Hours

    Monday - Friday: 9AM - 6PM EST
    Saturday - Sunday: Ticket support only

    Enterprise customers have access to 24/7 priority support.

    /* deployed 2026-04-08T12:08 */