llatos commited on
Commit
6a844f5
·
verified ·
1 Parent(s): 998035e

Upload folder using huggingface_hub

Browse files
.idea/workspace.xml CHANGED
@@ -1,7 +1,12 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
 
 
 
3
  <component name="ChangeListManager">
4
  <list default="true" id="02cef8cb-a1a8-48aa-8d50-1e20129f7d23" name="Changes" comment="">
 
 
5
  <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
6
  </list>
7
  <option name="SHOW_DIALOG" value="false" />
@@ -48,11 +53,14 @@
48
  <option name="number" value="Default" />
49
  <option name="presentableId" value="Default" />
50
  <updated>1741724175531</updated>
51
- <workItem from="1741724176678" duration="348000" />
52
  </task>
53
  <servers />
54
  </component>
55
  <component name="TypeScriptGeneratedFilesManager">
56
  <option name="version" value="3" />
57
  </component>
 
 
 
58
  </project>
 
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="02cef8cb-a1a8-48aa-8d50-1e20129f7d23" name="Changes" comment="">
8
+ <change afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/.idea/unimoConvertPdfToExcel.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/unimoConvertPdfToExcel.iml" afterDir="false" />
10
  <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
11
  </list>
12
  <option name="SHOW_DIALOG" value="false" />
 
53
  <option name="number" value="Default" />
54
  <option name="presentableId" value="Default" />
55
  <updated>1741724175531</updated>
56
+ <workItem from="1741724176678" duration="741000" />
57
  </task>
58
  <servers />
59
  </component>
60
  <component name="TypeScriptGeneratedFilesManager">
61
  <option name="version" value="3" />
62
  </component>
63
+ <component name="com.intellij.coverage.CoverageDataManagerImpl">
64
+ <SUITE FILE_PATH="coverage/unimoConvertPdfToExcel$main.coverage" NAME="main Coverage Results" MODIFIED="1741724531337" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
65
+ </component>
66
  </project>
.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc ADDED
Binary file (4.39 kB). View file
 
.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc ADDED
Binary file (10.1 kB). View file
 
final_filtered_output_brazilian.xlsx ADDED
Binary file (6.93 kB). View file
 
requirements.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ certifi==2025.1.31
5
+ cffi==1.17.1
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ cryptography==44.0.2
9
+ et_xmlfile==2.0.0
10
+ fastapi==0.115.11
11
+ ffmpy==0.5.0
12
+ filelock==3.17.0
13
+ fsspec==2025.3.0
14
+ gradio==5.20.1
15
+ gradio_client==1.7.2
16
+ groovy==0.1.2
17
+ h11==0.14.0
18
+ httpcore==1.0.7
19
+ httpx==0.28.1
20
+ huggingface-hub==0.29.3
21
+ idna==3.10
22
+ Jinja2==3.1.6
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==2.1.5
25
+ mdurl==0.1.2
26
+ numpy==2.2.3
27
+ openpyxl==3.1.5
28
+ orjson==3.10.15
29
+ packaging==24.2
30
+ pandas==2.2.3
31
+ pdfminer.six==20231228
32
+ pdfplumber==0.11.5
33
+ pillow==11.1.0
34
+ pycparser==2.22
35
+ pydantic==2.10.6
36
+ pydantic_core==2.27.2
37
+ pydub==0.25.1
38
+ Pygments==2.19.1
39
+ pypdfium2==4.30.1
40
+ python-dateutil==2.9.0.post0
41
+ python-multipart==0.0.20
42
+ pytz==2025.1
43
+ PyYAML==6.0.2
44
+ requests==2.32.3
45
+ rich==13.9.4
46
+ ruff==0.9.10
47
+ safehttpx==0.1.6
48
+ semantic-version==2.10.0
49
+ shellingham==1.5.4
50
+ six==1.17.0
51
+ sniffio==1.3.1
52
+ starlette==0.46.1
53
+ tomlkit==0.13.2
54
+ tqdm==4.67.1
55
+ typer==0.15.2
56
+ typing_extensions==4.12.2
57
+ tzdata==2025.1
58
+ urllib3==2.3.0
59
+ uvicorn==0.34.0
60
+ websockets==15.0.1