Advanced OCR Service
An intelligent OCR (Optical Character Recognition) service powered by advanced AI technology, available through Cobbling AI. This service provides enhanced text extraction capabilities with special handling for mathematical equations, tables, and natural handwriting.
Features
- High-accuracy OCR processing using advanced AI models
- Automatic conversion of:
- Mathematical equations to LaTeX format
- Tables to Markdown format
- Smart handling of:
- Headers and footers
- References and footnotes
- Natural handwriting
Subscription Required
The Advanced OCR service is a premium feature that requires an active subscription. To use this service:
- Sign up for a subscription on the Cobbling AI website
- Generate your API key in your account dashboard
- Use the API key to access the OCR service
Generating Your API Key
After subscribing to the service:
- Log in to your Cobbling AI account
- First create a project from your dashboard
- Navigate to your project and click "Create new secret key"
- Copy and securely store your API key
- Use this key in your API requests
API Usage
OCR Endpoint
POST https://api.advanced.cobbling.ai/v1/ocr
Authorization: Bearer <your_api_key>
Content-Type: multipart/form-data
file: <image_file>
Supported Image Formats
- PNG
- JPEG
- WebP
- HEIC
- HEIF
File Limitations
- Maximum file size: 10MB
Response Format
{
"text": "extracted_text_content"
}
Security
- API key authentication required for all requests
- Request size limited to 10MB
- API key revocation available in your account settings
- Usage tracking available in your dashboard