Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created December 7, 2022 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revolunet/c4729e9b610923437b45a3dd7258b8ba to your computer and use it in GitHub Desktop.
Save revolunet/c4729e9b610923437b45a3dd7258b8ba to your computer and use it in GitHub Desktop.
Docs ingestion and refine
graph LR;

documents-->|upload xls,pdf,img,doc,csv...|Interface
Interface-->Drive
Drive-->Enrichissement2[Enrichissement manuel]
Enrichissement2-->TAG1[Tagging documents]
Enrichissement2-->Enr[Docs par complétude]
Drive-->Enrichissement[Enrichissement auto]
Enrichissement-->Extract1[Extract noms,montants,adresses NER]
Enrichissement-->Extract2[Extract métadonnées]
Enrichissement-->Extract3[Extract signatures]
Interface-->Vues
Vues-->Dash[Tableau de bord]
Vues-->Docs1[Docs Par bénéficiaire]
Interface-->Recherche

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment