Forum Discussion
Rahul1202
Feb 04, 2025Copper Contributor
Using AI to convert unstructured information to structured information
We have a use case to extract the information from various types of documents like Excel, PDF, and Word and convert it into structured information. The data exists in different formats. We started ...
ml4u
Apr 21, 2025Brass Contributor
Converting unstructured information to structured data is a common challenge. AI Builder is a good starting point, but if you're exploring other options, consider using Azure Cognitive Services for document processing. The Form Recognizer service can extract text, key-value pairs, and tables from documents. For more complex scenarios, you might explore custom machine learning models using Azure Machine Learning or leveraging pre-trained models in the Azure OpenAI Service. Ensure you preprocess the data appropriately and consider using a combination of techniques for optimal results.