UNPKG

n8n-nodes-capivision

Version:

OCR multiengine com visão apurada de capivara — Tesseract, OCR.space, AWS Textract e suporte a layout inteligente.

8 lines (7 loc) 242 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenAiApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }