Commit 3bb21aa
committed
Add OpenAI PDF processing project structure
DETAILS
Created the project file `OpenAI-FileProcessing-Pdf-01.csproj` with necessary SDK and properties for OpenAI integration. Updated `Program.cs` to load OpenAI API key, create a chat kernel, and process PDF files for contract information extraction. Added two PDF files, `real-state-contract-1.pdf` and `real-state-contract-2.pdf`, containing real estate contracts for processing.
Add OpenAI-FileProcessing-Pdf-01 project to solution
DETAILS
The solution file `CoreGenerativeAITechniques.sln` has been modified to include a new project named "OpenAI-FileProcessing-Pdf-01" with its corresponding project file `OpenAI-FileProcessing-Pdf-01.csproj`. The project is identified by the unique GUID `{4266A1B3-94FF-482E-A292-F1A36E0777D9}`. Additionally, the project has been added to the nested projects section of the solution, linking it to an existing project identified by `{E224737A-CFFB-4292-8F73-A543A0387938}`. Other sections of the solution file, such as the solution configurations and properties, remain unchanged.1 parent 0bb3f4e commit 3bb21aa
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
472 | 471 | | |
473 | 472 | | |
474 | 473 | | |
475 | | - | |
476 | 474 | | |
477 | 475 | | |
478 | 476 | | |
| |||
508 | 506 | | |
509 | 507 | | |
510 | 508 | | |
| 509 | + | |
511 | 510 | | |
512 | 511 | | |
513 | 512 | | |
| |||
0 commit comments