PdfExtractor: GetColumn and GetField for easy data exploration

This commit is contained in:
2016-06-21 17:35:35 +02:00
parent 5e96ee22d8
commit 8f12b13a9f
7 changed files with 260 additions and 7 deletions

View File

@@ -5,5 +5,11 @@
<Setting Name="LastPdfPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="LastColumnName" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="LastFieldName" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>