{"id":2966,"date":"2025-07-23T13:58:53","date_gmt":"2025-07-23T13:58:53","guid":{"rendered":"https:\/\/xceed.com\/?p=2966"},"modified":"2025-08-05T15:31:09","modified_gmt":"2025-08-05T15:31:09","slug":"openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series","status":"publish","type":"post","link":"https:\/\/xceed.com\/fr\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/","title":{"rendered":"Int\u00e9gration OpenAI + Xceed Words pour .NET : Partie 1 - Configuration du projet et extraction de documents (s\u00e9rie de vid\u00e9os)"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.youtube.com\/watch?v=HvqRXIdAhf8\">Partie 1 - OpenAI + Xceed Words pour l'int\u00e9gration .NET (YouTube)<\/a><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Partie 1 de 2 : Configuration du projet et extraction de documents | OpenAI + Xceed Words for .NET\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/HvqRXIdAhf8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Pourquoi un traitement des documents bas\u00e9 sur l'IA ?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Les entreprises et les \u00e9quipes logicielles cherchent de plus en plus \u00e0 automatiser les flux de travail documentaires - r\u00e9vision des contrats, extraction de donn\u00e9es et g\u00e9n\u00e9ration de contenu. L'int\u00e9gration de l'IA \u00e0 .NET permet d'obtenir des solutions robustes et \u00e9volutives pour ces cas d'utilisation. Xceed Words pour .NET, associ\u00e9 aux mod\u00e8les de langage d'OpenAI et au noyau s\u00e9mantique de Microsoft, fournit une bo\u00eete \u00e0 outils puissante aux d\u00e9veloppeurs pour construire des syst\u00e8mes de traitement de documents de nouvelle g\u00e9n\u00e9ration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ce qui est couvert dans la partie 1<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dans cette vid\u00e9o, vous apprendrez \u00e0 :<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cr\u00e9er une application console .NET multiplateforme (Windows, macOS, Linux)<\/li>\n\n\n\n<li>Installer et configurer Xceed Words pour .NET pour une gestion transparente des documents<\/li>\n\n\n\n<li>Ajouter et configurer les d\u00e9pendances OpenAI et Semantic Kernel<\/li>\n\n\n\n<li>Chargement de fichiers .docx et extraction du contenu pour traitement IA en aval<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Il s'agit d'une installation directe, id\u00e9ale pour les utilisateurs techniques qui privil\u00e9gient la clart\u00e9 et l'efficacit\u00e9.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Guide de l'utilisateur \u00e9tape par \u00e9tape<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Configuration de votre application console .NET<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Commencez par cr\u00e9er un nouveau projet de console .NET 8. Cela permet d'assurer la compatibilit\u00e9 entre les plateformes et de fournir une base l\u00e9g\u00e8re pour un prototypage rapide.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">dotnet new console -n AIDocumentProcessor\ncd AIDocumentProcessor\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. Installation de Xceed Words pour .NET<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Ajoutez le package NuGet Xceed Words for .NET \u00e0 votre projet. Cette biblioth\u00e8que permet de lire, d'\u00e9diter et de cr\u00e9er des documents Word en .NET de mani\u00e8re tr\u00e8s performante.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">dotnet add package Xceed.Words.NET\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. Int\u00e9gration du Semantic Kernel et de l'OpenAI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Pour activer le traitement optimis\u00e9 par l'IA, installez les d\u00e9pendances requises :<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">dotnet add package Microsoft.SemanticKernel\ndotnet add package OpenAI\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Configurez vos cl\u00e9s d'API et vos d\u00e9pendances comme indiqu\u00e9 dans la vid\u00e9o pour un acc\u00e8s s\u00e9curis\u00e9 et \u00e9volutif aux mod\u00e8les d'OpenAI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Chargement et extraction du contenu des fichiers .docx<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Une fois tout configur\u00e9, utilisez Xceed Words for .NET pour charger et analyser les fichiers .docx. Le texte extrait peut \u00eatre envoy\u00e9 \u00e0 OpenAI pour le r\u00e9sum\u00e9, la classification ou la g\u00e9n\u00e9ration de contenu, ce qui permet d'\u00e9laborer de puissants sc\u00e9narios d'automatisation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exemple de code :<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">using Xceed.Words.NET;\n\nvar doc = DocX.Load(\"sample.docx\");\nstring content = doc.Text;\n\/\/ Pass 'content' to your AI pipeline\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Qui devrait regarder<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>D\u00e9veloppeurs .NET construisant des flux de documents d'entreprise ou SaaS<\/li>\n\n\n\n<li>Responsables techniques charg\u00e9s d'\u00e9valuer l'int\u00e9gration de l'IA dans les outils internes<\/li>\n\n\n\n<li>\u00c9quipes cherchant \u00e0 automatiser l'extraction, le r\u00e9sum\u00e9 ou la classification de documents<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Pourquoi choisir Xceed Words pour .NET ?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Performance :<\/strong> API rapides et asynchrones pour les documents volumineux<\/li>\n\n\n\n<li><strong>Multiplateforme :<\/strong> Prise en charge de Windows, macOS et Linux<\/li>\n\n\n\n<li><strong>Qualit\u00e9 d'entreprise :<\/strong> Des licences fiables et perp\u00e9tuelles et une assistance solide<\/li>\n\n\n\n<li><strong>Int\u00e9gration facile :<\/strong> Fonctionne de mani\u00e8re transparente avec les biblioth\u00e8ques modernes .NET et AI<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Restez \u00e0 l'\u00e9coute pour la deuxi\u00e8me partie<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">La deuxi\u00e8me partie portera sur les flux de travail avanc\u00e9s en mati\u00e8re d'IA : envoi du contenu extrait \u00e0 OpenAI, traitement des r\u00e9ponses et int\u00e9gration des r\u00e9sultats dans vos applications .NET. Abonnez-vous \u00e0 notre <a href=\"https:\/\/www.youtube.com\/@xceed2851\/videos\" target=\"_blank\" rel=\"noreferrer noopener\">Cha\u00eene YouTube<\/a> et suivez-nous sur <a href=\"https:\/\/www.linkedin.com\/company\/xceed-software\/\" target=\"_blank\" rel=\"noreferrer noopener\">LinkedIn<\/a> pour les mises \u00e0 jour.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pr\u00eat \u00e0 construire ?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Commencez par un essai gratuit de 45 jours de <a href=\"https:\/\/xceed.com\/fr\/produits\/net\/mots-pour-net\/\" target=\"_blank\" rel=\"noreferrer noopener\">Xceed Words pour .NET<\/a> et lib\u00e9rez tout le potentiel de l'automatisation des documents aliment\u00e9e par l'IA dans vos projets .NET.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Nous sommes heureux d'annoncer le lancement de la premi\u00e8re partie de notre nouvelle s\u00e9rie de vid\u00e9os techniques : \"OpenAI + Xceed Words pour l'int\u00e9gration .NET\". Cette s\u00e9rie est con\u00e7ue pour les d\u00e9veloppeurs .NET et les \u00e9quipes techniques qui souhaitent cr\u00e9er des flux de travail de traitement de documents aliment\u00e9s par l'IA - sans le superflu. Dans la partie 1, nous parcourons les \u00e9tapes essentielles pour configurer votre projet et extraire le contenu des documents \u00e0 l'aide de Xceed Words pour .NET et d'OpenAI.<\/p>","protected":false},"author":12,"featured_media":2967,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[141,60],"tags":[127,124,126,130,129,125,128,131,123],"class_list":["post-2966","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-tutorials","tag-net-document-automation","tag-ai-document-processing","tag-ai-workflow","tag-enterprise-document-processing","tag-extract-docx-net","tag-openai-net-integration","tag-semantic-kernel","tag-technical-tutorial","tag-xceed-words-for-net"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/fr\/blog\/tous\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software\" \/>\n<meta property=\"og:description\" content=\"We\u2019re excited to announce the launch of Part 1 in our new technical video series: \u201cOpenAI + Xceed Words for .NET Integration.\u201d This series is designed for .NET developers and technical teams who want to build AI-powered document processing workflows\u2014without the fluff. In Part 1, we walk through the essential steps to set up your project and extract document content using Xceed Words for .NET and OpenAI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/fr\/blog\/tous\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed Software\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-23T13:58:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-05T15:31:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Radford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Radford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/\"},\"author\":{\"name\":\"Christopher Radford\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\"},\"headline\":\"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series)\",\"datePublished\":\"2025-07-23T13:58:53+00:00\",\"dateModified\":\"2025-08-05T15:31:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/\"},\"wordCount\":417,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/unnamed-file.png\",\"keywords\":[\".NET document automation\",\"AI document processing\",\"AI workflow\",\"enterprise document processing\",\"extract docx .NET\",\"OpenAI .NET integration\",\"Semantic Kernel\",\"technical tutorial\",\"Xceed Words for .NET\"],\"articleSection\":[\"All\",\"Tutorials\"],\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/\",\"name\":\"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/unnamed-file.png\",\"datePublished\":\"2025-07-23T13:58:53+00:00\",\"dateModified\":\"2025-08-05T15:31:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/unnamed-file.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/unnamed-file.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed Software\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed Software\",\"alternateName\":\"Xceed Software\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"width\":512,\"height\":512,\"caption\":\"Xceed Software\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\",\"name\":\"Christopher Radford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"caption\":\"Christopher Radford\"},\"sameAs\":[\"http:\\\/\\\/www.localhost:10003\"],\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/blog\\\/author\\\/radfordc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/fr\/blog\/tous\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/","og_locale":"fr_CA","og_type":"article","og_title":"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software","og_description":"We\u2019re excited to announce the launch of Part 1 in our new technical video series: \u201cOpenAI + Xceed Words for .NET Integration.\u201d This series is designed for .NET developers and technical teams who want to build AI-powered document processing workflows\u2014without the fluff. In Part 1, we walk through the essential steps to set up your project and extract document content using Xceed Words for .NET and OpenAI.","og_url":"https:\/\/xceed.com\/fr\/blog\/tous\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/","og_site_name":"Xceed Software","article_published_time":"2025-07-23T13:58:53+00:00","article_modified_time":"2025-08-05T15:31:09+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png","type":"image\/png"}],"author":"Christopher Radford","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Radford","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/"},"author":{"name":"Christopher Radford","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351"},"headline":"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series)","datePublished":"2025-07-23T13:58:53+00:00","dateModified":"2025-08-05T15:31:09+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/"},"wordCount":417,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png","keywords":[".NET document automation","AI document processing","AI workflow","enterprise document processing","extract docx .NET","OpenAI .NET integration","Semantic Kernel","technical tutorial","Xceed Words for .NET"],"articleSection":["All","Tutorials"],"inLanguage":"fr-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/","url":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/","name":"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series) - Xceed Software","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png","datePublished":"2025-07-23T13:58:53+00:00","dateModified":"2025-08-05T15:31:09+00:00","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/07\/unnamed-file.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/all\/openai-xceed-words-for-net-integration-part-1-project-setup-document-extraction-video-series\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"OpenAI + Xceed Words for .NET Integration: Part 1 \u2014 Project Setup &amp; Document Extraction (Video Series)"}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed Software","description":"Fournit des outils aux d\u00e9veloppeurs .NET, Windows Forms, WPF, Silverlight et ASP.NET pour cr\u00e9er de meilleures applications.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed Software","alternateName":"Xceed Software","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","width":512,"height":512,"caption":"Xceed Software"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351","name":"Christopher Radford","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","caption":"Christopher Radford"},"sameAs":["http:\/\/www.localhost:10003"],"url":"https:\/\/xceed.com\/fr\/blog\/author\/radfordc\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/2966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/comments?post=2966"}],"version-history":[{"count":0,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/2966\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media\/2967"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media?parent=2966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/categories?post=2966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/tags?post=2966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}