תיעוד בודק דאטא
כל מה שצריך כדי לשלב ולמצות את בודק דאטא.
Quickstart Guide
Get up and running with Bodek Data 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.