-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (53 loc) · 1016 Bytes
/
.gitignore
File metadata and controls
57 lines (53 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# all virtaul envs of python
*venv*/
# service file of ide
.idea/
*/.ipynb_checkpoints/
dist
__pychache__/
*__pychache__*
# all jupyter notebook
*.ipynb
*.pyc
/__pycache__/
.env
/План_работы.txt
/test_folder/
/processed_documents/
/output/
/test_docx_structure.py
docx_structure_analysis.json
docx_to_markdownl.zip
/docx_to_markdownl
.pytest_cache
test_two_llm.py
/trash
/documentor_old
/test.py
/docs/docx_parser_diagram.md
ROADMAP.md
.coverage
md_output_test.txt
test_md_output.py
/documentor.egg-info/
/experiments1/
/htmlcov
/documentor/test_parser.py
/.hypothesis
/.deepeval
/Plan.txt
/dots.ocr
/documentor/test_pdf_parser.py
/documentor/test_scanned_pdf_parser.py
/documentor/test_docx_parser.py
/documentor/ELEMENT_METADATA_STANDARD.md
1234.txt
TODO.md
documentor/**/__pycache__/
/docs/План_работы.txt
/docs/План_работы_16_01.txt
CODE_QUALITY_REPORT.md
/documentor/test_regular_pdf_parser.py
ПЛАН_РЕФАКТОРИНГА_DOTS_OCR.md
feature_list.txt
visualize_tables.py