Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

How to create a new user license type

Development Utopia

All changes are made in the Utopia solution in the Utopia git repository See this PR for the Compliance License for a previously implemented example C# UtopiaSharedClasses\Enums\UserLicenseEnums.cs Add a value to the UserLicenseEnum enum Add a...

How to Build Zonal OCR

Legacy - Zonal OCR

Clone the repository from the ZonalOCR project in DevOps.a. Right after the clone finishes, you may need to get the appropriate .NET Framework version. Simply download the version it asks for - you do not need to uninstall any other versions you may have. ...

How to Publish Zonal OCR

Legacy - Zonal OCR

Preparation You need to create the following directory: C:\Deploy\Zonal Make sure that the ZonalOCR project builds on your machine Publish Staging Build Open the ZonalOCR.sln and right click on the ZonalOCR project and select properties, opening th...

How to add error messages that appear during processing

Legacy - Zonal OCR

When Zonal OCR is processing files it will display this big red box if an error occurs. If you ever need to add a new type of message that should appear, follow these instructions. Required Files to Update FileState.csAdd an enum value for your new error. ...

How to change the database structure

Legacy - Zonal OCR

Zonal OCR uses a file-based SQL CE database stored on the user's computer to persist templates, fields, etc. If you need to make a change to the structure of the database (tables, columns, or whatever) follow these instructions. Update the UpdateDbTool projec...