Document converter
This microservice is intended to generate the final document after translation and digitization. This currently supports pdf
, txt
, xlsx
document generation.
Modules
Converter Module
DocumentConverter
API to create digitized txt
& xlsx
files for Translation Flow. RBAC enabled.
Mandatory parameters: record_id
, user_id
, file_type
Actions:
Validating input params as per the policies
Page data is converted into dataframes
Writing the data into file and storing them on Samba store
DocumentExporter
API to create digitized txt
& pdf
files on Document Digitization flow. RBAC enabled.
Mandatory parameters: record_id
, user_id
, file_type
Actions:
Validating input params as per the policies
Generating the docs using ReportLab
Writing the data into file and storing them on Samba store
Last updated