Hi everyone,
I’m using the ChatGPT API from an SAP environment and need to extract data from various document formats, including PDF, Word, and Excel. However, I’d prefer not to use Python in this setup.
I understand that the text completion endpoint can process text-based inputs, which might work for OCR-extracted image text. However, as far as I know, it does not natively support direct file processing for formats like PDF, Word, or Excel.
Given that constraint, are there any alternative methods, tools, or APIs (possibly within the OpenAI ecosystem or third-party solutions) that could help me extract structured data from these files before sending it to the ChatGPT API?
Any guidance, best practices, or workarounds for handling this within an SAP-based environment would be greatly appreciated!
Thanks in advance!