pdf en texte
Ceci est unDesign, AI, IT Opsworkflow d'automatisation du domainecontenant 5 nœuds.Utilise principalement des nœuds comme Code, ManualTrigger, Html2Pdf, PdfToText, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Convertir HTML en PDF et extraire du texte du PDF avec CustomJS API
- •Clé API de service IA (comme OpenAI, Anthropic, etc.)
Nœuds utilisés (5)
{
"id": "MIA4ozGH71fC3KCe",
"meta": {
"instanceId": "7599ed929ea25767a019b87ecbc83b90e16a268cb51892887b450656ac4518a2"
},
"name": "pdf to text",
"tags": [],
"nodes": [
{
"id": "d92f690d-c84d-451d-9ab8-da6f9356e0ca",
"name": "Convertir PDF en texte",
"type": "@custom-js/n8n-nodes-pdf-toolkit.PdfToText",
"position": [
-120,
100
],
"parameters": {},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"typeVersion": 1
},
{
"id": "420cfac7-a621-4bf3-bd34-3fee569321e4",
"name": "HTML vers PDF",
"type": "@custom-js/n8n-nodes-pdf-toolkit.html2Pdf",
"position": [
-340,
100
],
"parameters": {
"htmlInput": "<h1>Hello World</h1>"
},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"typeVersion": 1
},
{
"id": "83c05ec3-1225-41d0-b5b4-f9f6be7619ea",
"name": "Convertir PDF en texte1",
"type": "@custom-js/n8n-nodes-pdf-toolkit.PdfToText",
"position": [
-120,
300
],
"parameters": {
"resource": "url",
"field_name": "={{ $json.path }}"
},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"typeVersion": 1
},
{
"id": "787e9369-abb5-483e-ba43-8837b5c586f9",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
-340,
300
],
"parameters": {
"jsCode": "return {\"json\": {\"path\": \"https://www.nlbk.niedersachsen.de/download/164891/Test-pdf_3.pdf.pdf\"}};"
},
"typeVersion": 2
},
{
"id": "df553684-dfa8-4af4-a57b-ebbc9ef2a33f",
"name": "Lors du clic sur 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-560,
200
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "97b60904-2b34-4a77-b171-d02f87c17134",
"connections": {
"787e9369-abb5-483e-ba43-8837b5c586f9": {
"main": [
[
{
"node": "83c05ec3-1225-41d0-b5b4-f9f6be7619ea",
"type": "main",
"index": 0
}
]
]
},
"420cfac7-a621-4bf3-bd34-3fee569321e4": {
"main": [
[
{
"node": "d92f690d-c84d-451d-9ab8-da6f9356e0ca",
"type": "main",
"index": 0
}
]
]
},
"df553684-dfa8-4af4-a57b-ebbc9ef2a33f": {
"main": [
[
{
"node": "420cfac7-a621-4bf3-bd34-3fee569321e4",
"type": "main",
"index": 0
},
{
"node": "787e9369-abb5-483e-ba43-8837b5c586f9",
"type": "main",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Débutant - Design, Intelligence Artificielle, Opérations IT
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
CustomJS
@customjsPartager ce workflow