OCR-DataExtractor
ASEE Solutions · Software Development
Certification per Microsoft Marketplace.
Evidence tier Source Confirmed · 9 captures on record
What the publisher says
As described on Microsoft Marketplace.
This Azure Function provides a seamless solution for processing images, performing OCR, and extracting specific metadata using advanced AI services. Designed for efficiency and scalability, it integrates with Azure Form Recognizer and OpenAI services to deliver high-accuracy text recognition and metadata extraction.
Features:
Show the rest of the publisher’s description (45 more lines)
- Image Input Handling:
- Accepts images in base64 format or as file uploads.
- Supports various image formats for flexibility.
- Metadata Extraction:
- Processes a set of parameters representing the metadata required for extraction.
- Utilizes OpenAI's advanced language models to extract precise metadata as per the request.
- Full OCR Capability:
- Employs Azure Form Recognizer for comprehensive Optical Character Recognition (OCR).
- Extracts text from images with high accuracy, handling complex documents efficiently.
- Integration with AI Services:
- Leverages Azure Form Recognizer for initial OCR processing.
- Calls OpenAI services to analyze and extract metadata from the recognized text.Benefits:
- Automated Document Processing: Streamline your workflow by automating the extraction of text and metadata from images.
- High Accuracy: Benefit from advanced AI algorithms that ensure precise text recognition and metadata extraction.
- Scalability: Handle large volumes of documents with Azure's robust cloud infrastructure.
- Flexibility: Supports various input formats and custom metadata extraction requirements.Use Cases:
- Document Digitization: Convert physical documents into digital text for easy storage and retrieval.
- Data Extraction: Extract specific information from forms, invoices, receipts, and other documents.
- Compliance and Auditing: Automate the extraction and processing of necessary information for compliance purposes.How It Works:
- Upload Image: Send an image in base64 format or as an uploaded file along with the metadata parameters.
- OCR Processing: The Azure Function invokes Azure Form Recognizer to perform OCR on the image.
- Metadata Extraction: The recognized text is sent to OpenAI service to extract the specified metadata.
- Return Results: The extracted metadata is returned in the response, ready for further processing or integration into your system.Below is a example of request :
{
"parameters": [
{
"semantic": "TOTAL",
"key": "total"
},
{
"semantic": "Bill To",
"key": "billTo"
},
{
"semantic": "Ship To",
"key": "shipTo"
}
],
"image": "iVBORw0KGgoAAAANSUhE...",
"form_rec_key":"
"form_rec_url":"https://
"openAi_url":"https://
"openAi_key":"
"deploymentName":"logic-app-chat"
}
Agent build and provenance
See the full provenance
The layer-by-layer build, the evidence behind each claim, the risk basis and the cross-marketplace links are open to any account. Some rows are disclosed, some the source leaves Unknown; a free account shows you which.
Compliance
- FedRAMPConfirmedNot listed90%, registry-checkedNo FedRAMP Marketplace entry matched this vendor's domain, checked 2026-08-27registry recordas observed 2026-08-27
Confirmed means matched to a public authoritative registry. Claimed means the vendor or its listing states it, not yet cross-checked. A framework not shown was not found in any source we hold, which is not evidence against it. Not listed means a scoped registry check found no match for this vendor's domain: a No is a scoped registry check, not a compliance judgment. Confidence bands: 95% domain-verified, 90% registry-checked, 80% self-attested, 70% weak signal. Self-attested items marked “vendor's site” are gathered from the vendor's own website and are not verified by us.
Sources
Publisher resources
3 linksLinked repositories
Unknown means this listing does not publish a repository. It is not a statement that the code is closed, and a linked repository is not a claim that the publisher wrote it: the registry computes that relationship privately and does not publish it.
Evidence risk is the share of the build you cannot see before you deploy, not a security rating. Sign in to see the layer-by-layer basis for this band.

