small fix

This commit is contained in:
xunbu
2025-05-19 18:44:53 +08:00
parent 3cbbf86f74
commit a55d20af77
2 changed files with 2 additions and 4 deletions

4
.idea/workspace.xml generated
View File

@@ -5,9 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="6b18b44a-df57-4212-a857-9e291ebe5dd2" name="更改" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.spec" beforeDir="false" afterPath="$PROJECT_DIR$/app.spec" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -569,7 +567,7 @@
<workItem from="1747624297447" duration="65000" />
<workItem from="1747628254543" duration="7347000" />
<workItem from="1747635705571" duration="391000" />
<workItem from="1747650908714" duration="84000" />
<workItem from="1747650908714" duration="121000" />
</task>
<servers />
</component>

View File

@@ -2,7 +2,7 @@
from PyInstaller.utils.hooks import collect_all
datas = [('C:/Users/jxgm/Desktop/FileTranslate/.venv/Lib/site-packages/docling_parse/pdf_resources_v2', 'docling_parse/pdf_resources_v2'),
('C:/Users/jxgm/esktop/FileTranslate/docutranslate/static', 'docutranslate/static')]
('C:/Users/jxgm/desktop/FileTranslate/docutranslate/static', 'docutranslate/static')]
binaries = []
hiddenimports = []
tmp_ret = collect_all('easyocr')