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!
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for each host running document classification, billed by usage with no upfront commitment. Pricing splits into two modes: batch inference for processing document sets, and real-time inference for on-demand requests. Within each mode, you choose an AWS instance type. Options span general-purpose, compute-optimized, memory-optimized, and GPU-backed families in sizes from large through 24xlarge. Larger instances and GPU types add processing capacity and carry higher hourly rates. Real-time mode offers more instance choices, including burstable and memory-optimized families not available in batch. Your total cost depends on chosen mode, instance size, and hours run.
Top-of-mind questions for buyers
What does one HostHrs unit cover for billing?
One HostHrs equals one hour that a single chosen instance runs the classifier. Billing meters actual running hours per host. If you run multiple hosts, each accrues its own hours. Your rate depends on the instance type and mode you select.
How does batch inference billing differ from real-time inference billing?
Batch mode meters host-hours while you process a set of documents in one run, then stops. Real-time mode meters host-hours while an endpoint stays available for on-demand requests. Batch suits scheduled bulk processing; real-time suits continuous, responsive workloads. Real-time offers more instance families.
What kind of documents and file types can the classifier process?
The platform extracts and analyzes data from many file types, including images, documents, PDFs, emails, and HTML. It applies machine learning and natural language processing to structured and unstructured content. Pricing does not change by file type; you pay by instance host-hours regardless of document format.
www.mphasis.com
Helpful?
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?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
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.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Bug Fixes and Performance Improvement
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
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:
"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.
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.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.