louisbrulenaudet commited on
Commit
3cde25f
1 Parent(s): a6c6323

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ librairy_name: Detectron2
4
+ pipeline_tag: feature-extraction
5
+ tags:
6
+ - faster_rcnn_R_50_FPN
7
+ - legal
8
+ - CNN
9
+ - droit français
10
+ - tax
11
+ - droit fiscal
12
+ - document
13
+ pretty_name: Docutron, detection and segmentation analysis for legal data extraction over documents
14
  ---
15
+ # Docutron : detection and segmentation analysis for legal data extraction over documents
16
+
17
+ Docutron is a tool designed to facilitate the extraction of relevant information from legal documents, enabling professionals to create datasets for fine-tuning language models (LLM) for specific legal domains.
18
+
19
+ Legal professionals often deal with vast amounts of text data in various formats, including legal documents, contracts, regulations, and case law. Extracting structured information from these documents is a time-consuming and error-prone task. Docutron simplifies this process by using state-of-the-art computer vision and natural language processing techniques to automate the extraction of key information from legal documents.
20
+
21
+ Whether you are delving into contract analysis, legal document summarization, or any other legal task that demands meticulous data extraction, Docutron stands ready to be your reliable technical companion, simplifying complex legal workflows and opening doors to new possibilities in legal research and analysis.
22
+
23
+ ## Citing this project
24
+
25
+ If you use this code in your research, please use the following BibTeX entry.
26
+ ```BibTeX
27
+
28
+ @misc{louisbrulenaudet2023,
29
+ author = {Louis Brulé Naudet},
30
+ title = {Docutron Toolkit: detection and segmentation analysis for legal data extraction over documents},
31
+ howpublished = {\url{https://github.com/louisbrulenaudet/docutron}},
32
+ year = {2023}
33
+ }
34
+ ```
35
+
36
+ ## Feedback
37
+ If you have any feedback, please reach out at [louisbrulenaudet@icloud.com](mailto:louisbrulenaudet@icloud.com).