Skip to content

Commit

Permalink
adds assets & updates windows SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
peterAnyline committed Oct 24, 2019
1 parent 124475e commit 3eb8596
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
<Content Include="Assets\jsonConfigs\vehicle_config_license_plate.json" />
<Content Include="Assets\jsonConfigs\energy_config_photo.json" />
<Content Include="Assets\jsonConfigs\mro_config_tin.json" />
<Content Include="Assets\anyline_capitals.traineddata" />
<Content Include="Assets\bottlecap.traineddata" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\FlashIcons\torch_auto.png" />
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ocrPlugin": {
"ocrConfig": {
"scanMode": "GRID",
"languages": [ "bottlecap.traineddata" ],
"languages": [ "Assets/bottlecap.traineddata" ],
"charWhitelist": "123456789ABCDEFGHJKLMNPRSTUVWXYZ",
"minCharHeight": 14,
"maxCharHeight": 95,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ocrPlugin": {
"ocrConfig": {
"scanMode": "AUTO",
"languages": [ "anyline_capitals.traineddata" ],
"languages": [ "Assets/anyline_capitals.traineddata" ],
"charWhitelist": "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",
"validationRegex": "[A-Z0-9]{8}$",
"minConfidence": 85
Expand Down
2 changes: 1 addition & 1 deletion Anyline.SDK.dll
Git LFS file not shown

0 comments on commit 3eb8596

Please sign in to comment.