n8n-nodes-capivision
Version:
OCR multiengine com visão apurada de capivara — Tesseract, OCR.space, AWS Textract e suporte a layout inteligente.
25 lines • 785 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OcrSpaceApi = void 0;
class OcrSpaceApi {
constructor() {
this.name = 'ocrSpaceApi';
this.displayName = 'OCR.space API';
this.documentationUrl = 'https://ocr.space/ocrapi';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
typeOptions: {
password: true,
},
default: '',
required: true,
description: 'API Key do serviço OCR.space',
},
];
}
}
exports.OcrSpaceApi = OcrSpaceApi;
//# sourceMappingURL=OcrSpaceApi.credentials.js.map