
Overview
Document Classifier is a Natural Language Processing based text classification model which analyzes the document text to identify the document type. It ingests documents in pdf format and gives the document type as a text string. Supported Document Types are:
- Commercial Invoices
- Broker Submission Document
- Insurance Claim Forms
- Contract Document The model works well with above document types and can be extended to classify other documents types as well. It can be applied in various use cases like spam filtering, triaging and document indexing
Highlights
- Document classification helps in indexing of different kinds of documents, which improves the turnaround time for such tasks. The automated identification of the document type saves a lot of time and effort for such repetitive tasks, freeing up the analysts time for other important tasks.
- Natural Language Processing based Text Modeling ensures high accuracy. The model can be scaled to process high volumes of documents.
- Mphasis DeepInsights is a cloud-based cognitive computing platform that offers data extraction & predictive analytics capabilities. Need Customized Deep learning and Machine Learning Solutions? Get in Touch!
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.m5.large Inference (Batch) Recommended | Model inference on the ml.m5.large instance type, batch mode | $8.00 |
ml.m5.large Inference (Real-Time) Recommended | Model inference on the ml.m5.large instance type, real-time mode | $4.00 |
ml.m4.4xlarge Inference (Batch) | Model inference on the ml.m4.4xlarge instance type, batch mode | $8.00 |
ml.m5.4xlarge Inference (Batch) | Model inference on the ml.m5.4xlarge instance type, batch mode | $8.00 |
ml.m4.16xlarge Inference (Batch) | Model inference on the ml.m4.16xlarge instance type, batch mode | $8.00 |
ml.m5.2xlarge Inference (Batch) | Model inference on the ml.m5.2xlarge instance type, batch mode | $8.00 |
ml.p3.16xlarge Inference (Batch) | Model inference on the ml.p3.16xlarge instance type, batch mode | $8.00 |
ml.m4.2xlarge Inference (Batch) | Model inference on the ml.m4.2xlarge instance type, batch mode | $8.00 |
ml.c5.2xlarge Inference (Batch) | Model inference on the ml.c5.2xlarge instance type, batch mode | $8.00 |
ml.p3.2xlarge Inference (Batch) | Model inference on the ml.p3.2xlarge instance type, batch mode | $8.00 |
Vendor refund policy
Currently we do not support refunds, but you can cancel your subscription to the service at any time.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Bug Fixes and Performance Improvement
Additional details
Inputs
- Summary
Input:
Following are the mandatory inputs for predictions made by the algorithm:
pdffile : This is the path of the pdf file stored in S3.
Supported content types for input: application/pdf
Output
Supported content types: text/plain
Sample Output:
The Predicted Document-Type is Broker Submission Document
Invoking endpoint:
If you are using real time inferencing, please create the endpoint first and then use the following command to invoke it:
aws sagemaker-runtime invoke-endpoint --endpoint-name "endpoint-name" --body fileb://input.pdf --content-type application/pdf --accept text/plain output.out
Substitute the following parameters:
"endpoint-name" - name of the inference endpoint where the model is deployed "input.pdf" - input pdf to do the inference on "application/pdf" - MIME type of the given input file (above) "output.txt" - filename where the inference results are written to.
Resources:
Link to Instructions Notebook: https://tinyurl.com/v7z73yrÂ
Link to Sample Input Pdfs: https://tinyurl.com/y4l3mukyÂ
Link to Sample Output: https://tinyurl.com/sk3z8yxÂ
- Input MIME type
- application/pdf
Resources
Vendor resources
Support
Vendor support
For any assistance reach out to us at:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products




