Skip to content

Latest commit

 

History

History

unstructuredToStructured

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Unstructured data to Structured data ( tables, dataframes )

This example uses

Objective :

To showcase how variety of unstructured data can be structured into one table and later be used for analytics purpose.

Example use case :

Invoices from different vendor with different formats in pdfs check here

Source e.g.

source pdf

Target e.g.

source pdf

Working code :

Check the notebook