תיעוד OCR-AI
כל המידע שצריך להטמעה וניצול מיטבי של OCR-AI.
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 --save2. 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 URLconst 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.