Classify Form16

OCR API to classify Form 16 document in to "Part A", "Part B" and "Form 16"

Overview

This API takes in Form 16 PDF as a multi-part file and converts into JSON format.

Problem

  • Taxpayer has a Form 16 PDF which cannot be directly consumed for ITR calculation hence PDF must be parsed to be consumed
  • Employer receives Form 16 in Part A and Part B from TRACES. It is up to the employer to provide a consolidated Form 16 or in parts A and B.

Solution

  • The Form 16 API helps the Taxpayer to identify whether the PDF is Part A, Part B or the complete Form 16.

Endpoint

HTTP MethodResource
GETform-16/pdf/classify

API Endpoint Contact Us  Free Trial

Request

Body

ParamTypeDescriptionExample
form16pdfUpload file as a Multipart fileForm 16

Query Params

ParamTypeDescription
emailstringemail id
passwordstringPassword of encrypted Form 16

Sample Payload

Form 16

Response

ParamTypeDescriptionExample
form16stringClassifies the type of Form 16 documentPart A, Part B and Form 16

Sample JSON

{
  "type": "Part B"
}