Files
IntelligentReceiptSplitter/.idea/workspace.xml
2025-01-04 15:27:50 -06:00

70 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="b6145d7e-32b4-4917-b6ec-19187eb432a7" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/SplitAI.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/ruff.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/ryecharm-overrides.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/ryecharm.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.python-version" afterDir="false" />
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/app/gradio_ui.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/app/split_ai.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/app/utils.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/llm/ollama.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/llm/prompts.yaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/ocr/surya.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/tests/test_ollama.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/tests/test_surya.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/uv.lock" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProblemsViewState">
<option name="selectedTabId" value="CurrentFile" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 6
}</component>
<component name="ProjectId" id="2qtfzFBMMaI540YQLSoIQUrWHCr" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;last_opened_file_path&quot;: &quot;/Users/avimallu/Documents/SplitAI&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;
}
}</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="b6145d7e-32b4-4917-b6ec-19187eb432a7" name="Changes" comment="" />
<created>1735487052741</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1735487052741</updated>
</task>
<servers />
</component>
</project>