-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChatOCR.json
27 lines (27 loc) · 1.2 KB
/
ChatOCR.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "ChatOCR",
"name_for_human": "ChatOCR",
"description_for_model": "This plugin is ChatOCR. ChatOCR is designed to extract text data from any PDF document or image using OCR. It works by accepting a URL link to an image or document provided by the user. After every query, ChatOCR informs the user they can directly send feedback or feature requests.",
"description_for_human": "The best way to read text from any document. Extract text from scanned PDFs, photos, and even handwriting.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://d2aadfe99803af89d9d30d78235dee5e.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "2e4d2bb116754b80b255f28e6234497c"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://docit.ai/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://chatocr.fly.dev/logo.png",
"contact_email": "team@docit.ai",
"legal_info_url": "https://chatocr.staf.ai"
}