Project preview
1. Toolbar
2. Save – Save changes made to the settings and versions of this project.
3. Update – Update this project.
NOTE: To import a new project from a .ZIP file, click the Import button in the main OCR AI Projects node.
4. Export – Export this project to a .ZIP file.
5. Delete – Delete the selected (highlighted) project. Deleting a project is irreversible.
6. Project name
Display name configuration.
7. ID
Project ID number.
8. DLL file name
Dynamic-link library file containing the project’s settings.
9. DLL file version
Version of the Dynamic-link library file containing project settings.
10. Fields list
Displays the names and IDs of all OCR AI fields. It is not possible to add or delete fields from this list manually.
This list is populated when importing a project package from a .ZIP file.
To add additional fields manually, use the Custom fields list.
11. Custom fields list
A list of manually added custom fields, modified with the Add, Edit and Delete buttons.
12. Add and Edit menu:
13. Name – Defines the name of the field.
This name will be used to identify the field in the system logs and other configuration screens in Designer Studio.
A correct name may contain alphanumeric characters as well as spaces and underscores.
14. ID - The ID of the field is used internally in the system and will be generated based on the field name.
It should be unique within the project.
15. Define field format - Define the expected format of the sought value.
If the field format has been defined, OCR AI will search the document for values matching that format.
If the field format was not defined, the system will instead analyze all phrases.
16. Regular expression - Define the expected format of the desired value.
Common regular expressions:
Sequence of any 6 characters
(e.g "WEBCON")
.6
Sequence of digits
(e.g "1234")
[0-9]+
Sequence of digits with common separators
(e.g 234-234-55-33)
[-:\s0-9]+
Decimal
(e.g "1 233,10" or "2.244,90")
^[0-9\s.,]+[.,][0-9]2$
Text containing "ABC"
(e.g "FV/ABC/23/201")
.ABC.
Text starting with "2015"
(e.g "2015/FV/23/0001")
2015.*
US zip code
(e.g "12345-6789")
^\d5(?:[-\s]\d4)?$
Sequence of any 6 characters
(e.g "WEBCON")
.6
Sequence of digits
(e.g "1234")
[0-9]+
Sequence of digits with common separators
(e.g 234-234-55-33)
[-:\s0-9]+
Decimal
(e.g "1 233,10" or "2.244,90")
^[0-9\s.,]+[.,][0-9]2$
Text containing "ABC"
(e.g "FV/ABC/23/201")
.ABC.
Text starting with "2015"
(e.g "2015/FV/23/0001")
2015.*
US zip code
(e.g "12345-6789")
^\d5(?:[-\s]\d4)?$