CoolFace
Modelpublic

SAM69/Multi_Engine_OCR

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
workspace.xml99 linesDownload Raw Back to .idea
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="1a49e8ed-9f8f-408e-ba38-b2104c9b2e66" name="Changes" comment="Updated docx ocr now supports reading tables in docx ,also added new library">8      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />9      <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />10      <change beforePath="$PROJECT_DIR$/src/ocr_utils.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/ocr_utils.py" afterDir="false" />11    </list>12    <option name="SHOW_DIALOG" value="false" />13    <option name="HIGHLIGHT_CONFLICTS" value="true" />14    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />15    <option name="LAST_RESOLUTION" value="IGNORE" />16  </component>17  <component name="Git.Pull.Settings">18    <option name="OPTIONS">19      <set>20        <option value="REBASE" />21      </set>22    </option>23  </component>24  <component name="Git.Settings">25    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />26  </component>27  <component name="MarkdownSettingsMigration">28    <option name="stateVersion" value="1" />29  </component>30  <component name="ProjectColorInfo">{31  &quot;associatedIndex&quot;: 332}</component>33  <component name="ProjectId" id="2UIePEyXYZkWWMjFkRFaRmF8EFZ" />34  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />35  <component name="ProjectViewState">36    <option name="hideEmptyMiddlePackages" value="true" />37    <option name="showLibraryContents" value="true" />38  </component>39  <component name="PropertiesComponent"><![CDATA[{40  "keyToString": {41    "RunOnceActivity.OpenProjectViewOnStart": "true",42    "RunOnceActivity.ShowReadmeOnStart": "true",43    "git-widget-placeholder": "master",44    "ignore.virus.scanning.warn.message": "true",45    "last_opened_file_path": "C:/Users/shubh/Desktop/Major Project/Multi Engine OCR"46  },47  "keyToStringList": {48    "com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [49      "Python"50    ]51  }52}]]></component>53  <component name="RecentsManager">54    <key name="MoveFile.RECENT_KEYS">55      <recent name="C:\Users\shubh\Desktop\Major Project\Multi Engine OCR" />56      <recent name="C:\Users\shubh\Desktop\Major Project\Multi Engine OCR\docs" />57    </key>58  </component>59  <component name="RunAnythingCache">60    <option name="myCommands">61      <command value="pip install -r requirements.txt" />62    </option>63  </component>64  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />65  <component name="TaskManager">66    <task active="true" id="Default" summary="Default task">67      <changelist id="1a49e8ed-9f8f-408e-ba38-b2104c9b2e66" name="Changes" comment="" />68      <created>1692631496020</created>69      <option name="number" value="Default" />70      <option name="presentableId" value="Default" />71      <updated>1692631496020</updated>72    </task>73    <task id="LOCAL-00001" summary="Updated docx ocr now supports reading tables in docx">74      <option name="closed" value="true" />75      <created>1692788848522</created>76      <option name="number" value="00001" />77      <option name="presentableId" value="LOCAL-00001" />78      <option name="project" value="LOCAL" />79      <updated>1692788848522</updated>80    </task>81    <option name="localTasksCounter" value="2" />82    <servers />83  </component>84  <component name="Vcs.Log.Tabs.Properties">85    <option name="TAB_STATES">86      <map>87        <entry key="MAIN">88          <value>89            <State />90          </value>91        </entry>92      </map>93    </option>94  </component>95  <component name="VcsManagerConfiguration">96    <MESSAGE value="Updated docx ocr now supports reading tables in docx" />97    <option name="LAST_COMMIT_MESSAGE" value="Updated docx ocr now supports reading tables in docx" />98  </component>99</project>