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 host hour for model inference on the instance type you choose. Pricing splits into two modes. Batch mode processes documents in scheduled groups. Real-time mode returns classifications as requests arrive. Within each mode, you select from a range of AWS machine learning instance families, including general-purpose, compute-optimized, memory-optimized, and GPU-based options. Larger instances carry higher hourly rates because they provide more compute power. Your total cost depends on which mode you pick, the instance size, and how many hours you run it. Real-time mode offers more instance choices than batch mode.
Top-of-mind questions for buyers
What does one HostHrs unit cover for billing?
One HostHrs unit is one hour that a single chosen instance runs the classifier model. You are billed for each hour the instance stays active. The rate matches the instance type you selected. Running more instances or more hours multiplies your total accordingly.
How does batch mode billing differ from real-time mode?
Batch mode meters host hours while it processes documents in scheduled groups, then stops. Real-time mode meters host hours for a running endpoint that returns classifications as requests arrive. Batch suits periodic document jobs. Real-time suits continuous, on-demand classification where the endpoint stays available.
Am I charged when a real-time endpoint sits idle with no requests?
Yes. Real-time mode bills per host hour while the endpoint runs, whether or not requests arrive. Charges accrue for the running time, not the number of documents classified. To stop software charges, shut the endpoint down when it is not needed.
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.