regula-documentreader-webclient 8.4.569.dev0__py3-none-any.whl → 8.5.617.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- regula/documentreader/webclient/gen/models/auth_params.py +1 -1
- regula/documentreader/webclient/gen/models/binary_data.py +1 -1
- regula/documentreader/webclient/gen/models/chosen_document_type.py +1 -1
- regula/documentreader/webclient/gen/models/doc_visual_extended_field.py +1 -1
- regula/documentreader/webclient/gen/models/face_api.py +6 -6
- regula/documentreader/webclient/gen/models/fdsid_list.py +1 -1
- regula/documentreader/webclient/gen/models/glares_check_params.py +2 -2
- regula/documentreader/webclient/gen/models/in_data_video.py +1 -1
- regula/documentreader/webclient/gen/models/one_candidate.py +1 -1
- regula/documentreader/webclient/gen/models/process_params.py +11 -9
- regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_field.py +1 -1
- regula/documentreader/webclient/gen/models/string_recognition_result.py +1 -1
- regula/documentreader/webclient/gen/models/text_field.py +1 -1
- regula/documentreader/webclient/gen/models/visual_extended_field_item.py +1 -1
- {regula_documentreader_webclient-8.4.569.dev0.dist-info → regula_documentreader_webclient-8.5.617.dev0.dist-info}/METADATA +1 -1
- {regula_documentreader_webclient-8.4.569.dev0.dist-info → regula_documentreader_webclient-8.5.617.dev0.dist-info}/RECORD +18 -18
- {regula_documentreader_webclient-8.4.569.dev0.dist-info → regula_documentreader_webclient-8.5.617.dev0.dist-info}/WHEEL +0 -0
- {regula_documentreader_webclient-8.4.569.dev0.dist-info → regula_documentreader_webclient-8.5.617.dev0.dist-info}/top_level.txt +0 -0
|
@@ -32,7 +32,7 @@ class AuthParams(BaseModel):
|
|
|
32
32
|
check_barcode_format: SkipValidation[Optional[bool]] = Field(alias="checkBarcodeFormat", default=None, description="This parameter is used to enable Barcode format check (code metadata, data format, contents format, etc.)")
|
|
33
33
|
check_ir_visibility: SkipValidation[Optional[bool]] = Field(alias="checkIRVisibility", default=None, description="This parameter is used to enable Document elements visibility check in IR light")
|
|
34
34
|
check_ipi: SkipValidation[Optional[bool]] = Field(alias="checkIPI", default=None, description="This parameter is used to enable Invisible Personal Information (IPI) check")
|
|
35
|
-
check_photo_embedding: SkipValidation[Optional[bool]] = Field(alias="checkPhotoEmbedding", default=None, description="This parameter is used to enable Owner
|
|
35
|
+
check_photo_embedding: SkipValidation[Optional[bool]] = Field(alias="checkPhotoEmbedding", default=None, description="This parameter is used to enable Owner's photo embedding check (is photo printed or sticked)")
|
|
36
36
|
check_photo_comparison: SkipValidation[Optional[bool]] = Field(alias="checkPhotoComparison", default=None, description="This parameter is used to enable Portrait comparison check")
|
|
37
37
|
check_letter_screen: SkipValidation[Optional[bool]] = Field(alias="checkLetterScreen", default=None, description="This parameter is used to enable LetterScreen check")
|
|
38
38
|
check_security_text: SkipValidation[Optional[bool]] = Field(alias="checkSecurityText", default=None, description="This parameter is used to enable Security text check")
|
|
@@ -86,7 +86,7 @@ class BinaryData(BaseModel):
|
|
|
86
86
|
digital_signature: SkipValidation[Optional[Dict[str, object]]] = Field(alias="Digital_Signature", default=None)
|
|
87
87
|
rfid_session_data: SkipValidation[Optional[RfidSessionData]] = Field(alias="RFID_Session_Data", default=None)
|
|
88
88
|
rfid_session_data_status: SkipValidation[Optional[DetailsRFID]] = Field(alias="RFID_Session_Data_Status", default=None)
|
|
89
|
-
rfid_e_passp_directory: SkipValidation[Optional[List[RfidDataFileType]]] = Field(alias="RFID_ePassp_Directory", default=None, description="Indexes of groups that aren
|
|
89
|
+
rfid_e_passp_directory: SkipValidation[Optional[List[RfidDataFileType]]] = Field(alias="RFID_ePassp_Directory", default=None, description="Indexes of groups that aren't read")
|
|
90
90
|
__properties: ClassVar[List[str]] = ["RFID_Authentication_Info", "RFID_MIFARE_Data_Validity", "RFID_MIFARE_Data", "RFID_EF_COM", "RFID_DG1", "RFID_DG2", "RFID_DG3", "RFID_DG4", "RFID_DG5", "RFID_DG6", "RFID_DG7", "RFID_DG8", "RFID_DG9", "RFID_DG10", "RFID_DG11", "RFID_DG12", "RFID_DG13", "RFID_DG14", "RFID_DG15", "RFID_DG16", "RFID_EF_SOD", "eID_DG1", "eID_DG2", "eID_DG3", "eID_DG4", "eID_DG5", "eID_DG6", "eID_DG7", "eID_DG8", "eID_DG9", "eID_DG10", "eID_DG11", "eID_DG12", "eID_DG13", "eID_DG14", "eID_DG15", "eID_DG16", "eID_DG17", "eID_DG18", "eID_DG19", "eID_DG20", "eID_DG21", "eDL_COM", "eDL_SOD", "eDL_DG1", "eDL_DG2", "eDL_DG3", "eDL_DG4", "eDL_DG5", "eDL_DG6", "eDL_DG7", "eDL_DG8", "eDL_DG9", "eDL_DG10", "eDL_DG11", "eDL_DG12", "eDL_DG13", "eDL_DG14", "Visible_Digital_Seal", "Visible_Digital_Seal_NC", "Digital_Signature", "RFID_Session_Data", "RFID_Session_Data_Status", "RFID_ePassp_Directory"]
|
|
91
91
|
|
|
92
92
|
model_config = ConfigDict(
|
|
@@ -23,7 +23,7 @@ class ChosenDocumentType(BaseModel):
|
|
|
23
23
|
Contains information about one document type candidate
|
|
24
24
|
""" # noqa: E501
|
|
25
25
|
document_name: SkipValidation[Optional[str]] = Field(alias="DocumentName", default=None, description="Document name")
|
|
26
|
-
id: SkipValidation[int] = Field(alias="ID", description="Unique document type template identifier (Regula
|
|
26
|
+
id: SkipValidation[int] = Field(alias="ID", description="Unique document type template identifier (Regula's internal numeric code)")
|
|
27
27
|
p: SkipValidation[float] = Field(alias="P", description="A measure of the likelihood of correct recognition in the analysis of this type of document")
|
|
28
28
|
rotated180: SkipValidation[int] = Field(alias="Rotated180", description="Indicates if the document of the given type is rotated by 180 degrees")
|
|
29
29
|
rfid_presence: SkipValidation[RfidLocation] = Field(alias="RFID_Presence")
|
|
@@ -28,7 +28,7 @@ class DocVisualExtendedField(BaseModel):
|
|
|
28
28
|
strings_count: SkipValidation[float] = Field(alias="StringsCount", description="Number of StringsResult array elements")
|
|
29
29
|
strings_result: SkipValidation[List[StringRecognitionResult]] = Field(alias="StringsResult", description="Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results.")
|
|
30
30
|
buf_length: SkipValidation[float] = Field(alias="Buf_Length", description="Buf_Text text string length")
|
|
31
|
-
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by
|
|
31
|
+
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'")
|
|
32
32
|
field_mask: SkipValidation[Optional[str]] = Field(alias="FieldMask", default=None)
|
|
33
33
|
validity: SkipValidation[Optional[int]] = Field(alias="Validity", default=None)
|
|
34
34
|
in_comparison: SkipValidation[Optional[int]] = Field(alias="InComparison", default=None)
|
|
@@ -21,15 +21,15 @@ class FaceApi(BaseModel):
|
|
|
21
21
|
FaceApi
|
|
22
22
|
""" # noqa: E501
|
|
23
23
|
url: SkipValidation[Optional[str]] = Field(alias="url", default=None, description="The URL of the Regula Face Web service to be used.")
|
|
24
|
-
mode: SkipValidation[Optional[str]] = Field(alias="mode", default=None, description="The processing mode:
|
|
24
|
+
mode: SkipValidation[Optional[str]] = Field(alias="mode", default=None, description="The processing mode: \"match\" or \"match+search\".")
|
|
25
25
|
search: SkipValidation[Optional[FaceApiSearch]] = Field(alias="search", default=None)
|
|
26
|
-
threshold: SkipValidation[Optional[int]] = Field(alias="threshold", default=None, description="The similarity threshold, 0-100. Above 75 means that the faces
|
|
26
|
+
threshold: SkipValidation[Optional[int]] = Field(alias="threshold", default=None, description="The similarity threshold, 0-100. Above 75 means that the faces' similarity is verified, below 75 is not.")
|
|
27
27
|
service_timeout: SkipValidation[Optional[int]] = Field(alias="serviceTimeout", default=None, description="The Regula Face Web service requests timeout, ms.")
|
|
28
|
-
proxy: SkipValidation[Optional[str]] = Field(alias="proxy", default=None, description="Proxy to use, should be set according to the
|
|
29
|
-
proxy_userpwd: SkipValidation[Optional[str]] = Field(alias="proxy_userpwd", default=None, description="Username and password to use for proxy authentication, should be set according to the
|
|
30
|
-
proxy_type: SkipValidation[Optional[int]] = Field(alias="proxy_type", default=None, description="Proxy protocol type, should be set according to the
|
|
28
|
+
proxy: SkipValidation[Optional[str]] = Field(alias="proxy", default=None, description="Proxy to use, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXY.html\" target=\"_blank\">cURL standard</a>.")
|
|
29
|
+
proxy_userpwd: SkipValidation[Optional[str]] = Field(alias="proxy_userpwd", default=None, description="Username and password to use for proxy authentication, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXYUSERPWD.html\" target=\"_blank\">cURL standard</a>.")
|
|
30
|
+
proxy_type: SkipValidation[Optional[int]] = Field(alias="proxy_type", default=None, description="Proxy protocol type, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html\" target=\"_blank\">cURL standard</a>.")
|
|
31
31
|
child_age_threshold: SkipValidation[Optional[int]] = Field(alias="childAgeThreshold", default=None, description="The age threshold for the portrait comparison. Default: 13.")
|
|
32
|
-
child_doc_validity_years: SkipValidation[Optional[int]] = Field(alias="childDocValidityYears", default=None, description="Estimated duration of validity for a child
|
|
32
|
+
child_doc_validity_years: SkipValidation[Optional[int]] = Field(alias="childDocValidityYears", default=None, description="Estimated duration of validity for a child's passport, years. Default: 5.")
|
|
33
33
|
__properties: ClassVar[List[str]] = ["url", "mode", "search", "threshold", "serviceTimeout", "proxy", "proxy_userpwd", "proxy_type", "childAgeThreshold", "childDocValidityYears"]
|
|
34
34
|
|
|
35
35
|
model_config = ConfigDict(
|
|
@@ -24,7 +24,7 @@ class FDSIDList(BaseModel):
|
|
|
24
24
|
""" # noqa: E501
|
|
25
25
|
icao_code: SkipValidation[str] = Field(alias="ICAOCode", description="ICAO code of the issuing country")
|
|
26
26
|
count: SkipValidation[Optional[float]] = Field(alias="Count", default=None, description="Number of elements in the List")
|
|
27
|
-
list: SkipValidation[Optional[List[int]]] = Field(alias="List", default=None, description="Document identifiers in
|
|
27
|
+
list: SkipValidation[Optional[List[int]]] = Field(alias="List", default=None, description="Document identifiers in 'Information Reference Systems'")
|
|
28
28
|
d_type: SkipValidation[DocumentType] = Field(alias="dType")
|
|
29
29
|
d_format: SkipValidation[DocumentFormat] = Field(alias="dFormat")
|
|
30
30
|
d_mrz: SkipValidation[bool] = Field(alias="dMRZ", description="Flag indicating the presence of MRZ on the document")
|
|
@@ -19,8 +19,8 @@ class GlaresCheckParams(BaseModel):
|
|
|
19
19
|
"""
|
|
20
20
|
GlaresCheckParams
|
|
21
21
|
""" # noqa: E501
|
|
22
|
-
img_margin_part: SkipValidation[Optional[float]] = Field(alias="imgMarginPart", default=None, description="Margin from the edges of the image. 0.35
|
|
23
|
-
max_glaring_part: SkipValidation[Optional[float]] = Field(alias="maxGlaringPart", default=None, description="The maximum allowable part of the area occupied by the glare. The same: 0.06
|
|
22
|
+
img_margin_part: SkipValidation[Optional[float]] = Field(alias="imgMarginPart", default=None, description="Margin from the edges of the image. 0.35 = 35%")
|
|
23
|
+
max_glaring_part: SkipValidation[Optional[float]] = Field(alias="maxGlaringPart", default=None, description="The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%")
|
|
24
24
|
__properties: ClassVar[List[str]] = ["imgMarginPart", "maxGlaringPart"]
|
|
25
25
|
|
|
26
26
|
model_config = ConfigDict(
|
|
@@ -19,7 +19,7 @@ class InDataVideo(BaseModel):
|
|
|
19
19
|
"""
|
|
20
20
|
Video
|
|
21
21
|
""" # noqa: E501
|
|
22
|
-
metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing video
|
|
22
|
+
metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing video's extended attributes.")
|
|
23
23
|
url: SkipValidation[Optional[str]] = Field(alias="url", default=None, description="Video url")
|
|
24
24
|
__properties: ClassVar[List[str]] = ["metadata", "url"]
|
|
25
25
|
|
|
@@ -23,7 +23,7 @@ class OneCandidate(BaseModel):
|
|
|
23
23
|
Contains information about one document type candidate
|
|
24
24
|
""" # noqa: E501
|
|
25
25
|
document_name: SkipValidation[Optional[str]] = Field(alias="DocumentName", default=None, description="Document name")
|
|
26
|
-
id: SkipValidation[int] = Field(alias="ID", description="Unique document type template identifier (Regula
|
|
26
|
+
id: SkipValidation[int] = Field(alias="ID", description="Unique document type template identifier (Regula's internal numeric code)")
|
|
27
27
|
p: SkipValidation[float] = Field(alias="P", description="A measure of the likelihood of correct recognition in the analysis of this type of document")
|
|
28
28
|
rotated180: SkipValidation[int] = Field(alias="Rotated180", description="Indicates if the document of the given type is rotated by 180 degrees")
|
|
29
29
|
rfid_presence: SkipValidation[RfidLocation] = Field(alias="RFID_Presence")
|
|
@@ -40,18 +40,19 @@ class ProcessParams(BaseModel):
|
|
|
40
40
|
lcid_filter: SkipValidation[Optional[List[LCID]]] = Field(alias="lcidFilter", default=None, description="The list of LCID types to recognize. If empty, values with all LCID types will be extracted. Empty by default.")
|
|
41
41
|
check_liveness: SkipValidation[Optional[bool]] = Field(alias="checkLiveness", default=None, description="This parameter is used to enable document liveness check.")
|
|
42
42
|
lcid_ignore_filter: SkipValidation[Optional[List[LCID]]] = Field(alias="lcidIgnoreFilter", default=None, description="The list of LCID types to ignore during the recognition. If empty, values with all LCID types will be extracted. Narrowing down the list can reduce processing time. Empty by default.")
|
|
43
|
-
one_shot_identification: SkipValidation[Optional[bool]] = Field(alias="oneShotIdentification", default=None, description="This parameter allows processing an image that contains a person and a document and compare the portrait photo from the document with the person
|
|
43
|
+
one_shot_identification: SkipValidation[Optional[bool]] = Field(alias="oneShotIdentification", default=None, description="This parameter allows processing an image that contains a person and a document and compare the portrait photo from the document with the person's face")
|
|
44
44
|
use_face_api: SkipValidation[Optional[bool]] = Field(alias="useFaceApi", default=None, description="This parameter allows comparing faces on Regula Face Web Service")
|
|
45
45
|
face_api: SkipValidation[Optional[FaceApi]] = Field(alias="faceApi", default=None)
|
|
46
46
|
do_detect_can: SkipValidation[Optional[bool]] = Field(alias="doDetectCan", default=None, description="This parameter allows enabling the CAN (Card Access Number) detection and recognition when using scenarios with document location and MRZ reading, such as the MrzAndLocate scenario.")
|
|
47
47
|
image_output_max_height: SkipValidation[Optional[int]] = Field(alias="imageOutputMaxHeight", default=None, description="This parameter allows setting maximum height in pixels of output images and thus reducing image size to desired. Does not change the aspect ratio. Changes disabled if equals to 0. Default 0.")
|
|
48
48
|
image_output_max_width: SkipValidation[Optional[int]] = Field(alias="imageOutputMaxWidth", default=None, description="This parameter allows setting maximum width in pixels of output images and thus reducing image size to desired. Does not change the aspect ratio. Changes disabled if equals to 0. Default 0.")
|
|
49
49
|
scenario: SkipValidation[Scenario] = Field(alias="scenario")
|
|
50
|
-
result_type_output: SkipValidation[Optional[List[Result]]] = Field(alias="resultTypeOutput", default=None, description="Types of results to return in response. See
|
|
50
|
+
result_type_output: SkipValidation[Optional[List[Result]]] = Field(alias="resultTypeOutput", default=None, description="Types of results to return in response. See 'Result' enum for available options")
|
|
51
51
|
double_page_spread: SkipValidation[Optional[bool]] = Field(alias="doublePageSpread", default=None, description="Enable this option if the image you provide contains double page spread of the passport and you want to process both pages in one go. It makes sense to use it for documents that have meaningful information on both pages, like Russian domestic passport, or some others. Disabled by default.")
|
|
52
|
-
generate_double_page_spread_image: SkipValidation[Optional[bool]] = Field(alias="generateDoublePageSpreadImage", default=None, description="When enabled together with
|
|
53
|
-
field_types_filter: SkipValidation[Optional[List[TextFieldType]]] = Field(alias="fieldTypesFilter", default=None, description="
|
|
54
|
-
|
|
52
|
+
generate_double_page_spread_image: SkipValidation[Optional[bool]] = Field(alias="generateDoublePageSpreadImage", default=None, description="When enabled together with \"doublePageSpread\" and there is a passport with two pages spread in the image, pages will be cropped, straightened and aligned together, as if the document was captured on a flatbed scanner. Disabled by default.")
|
|
53
|
+
field_types_filter: SkipValidation[Optional[List[TextFieldType]]] = Field(alias="fieldTypesFilter", default=None, description="If a document contains Visual zone, you can set the list of field types to extract. In this case, other fields are skipped during the processing, i.e. document recognition becomes faster. This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesFilter is empty, all fields are extracted. Empty by default. If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority.")
|
|
54
|
+
field_types_ignore_filter: SkipValidation[Optional[List[TextFieldType]]] = Field(alias="fieldTypesIgnoreFilter", default=None, description="If a document contains a Visual zone, you can specify a list of field types that should be excluded from extraction. All field types listed in this array are skipped during processing, while the remaining fields are recognized. This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesIgnoreFilter is empty, all fields are extracted. Empty by default. If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority.")
|
|
55
|
+
date_format: SkipValidation[Optional[str]] = Field(alias="dateFormat", default=None, description="This option allows you to set dates format so that solution will return dates in this format. For example, if you supply 'MM/dd/yyyy', and document have printed date '09 JUL 2020' for the date os issue, you will get '07/09/2020' as a result. By default it is set to system locale default (where the service is running).")
|
|
55
56
|
measure_system: SkipValidation[Optional[MeasureSystem]] = Field(alias="measureSystem", default=None)
|
|
56
57
|
image_dpi_out_max: SkipValidation[Optional[int]] = Field(alias="imageDpiOutMax", default=None, description="This parameter controls maximum resolution in dpi of output images. Resolution will remain original in case 0 is supplied. By default is set to return images in response with resolution not greater than 300 dpi for all scenarios except FullAuth. In FullAuth scenario this limit is 1000 dpi by default.")
|
|
57
58
|
already_cropped: SkipValidation[Optional[bool]] = Field(alias="alreadyCropped", default=None, description="This option can be enabled if you know for sure that the image you provide contains already cropped document by its edges. This was designed to process on the server side images captured and cropped on mobile. Disabled by default.")
|
|
@@ -63,7 +64,7 @@ class ProcessParams(BaseModel):
|
|
|
63
64
|
match_text_field_mask: SkipValidation[Optional[bool]] = Field(alias="matchTextFieldMask", default=None, description="When disabled, text field OCR will be done as is and then the recognized value will be matched to the field mask for validity. If enabled, we are trying to read a field value with maximum efforts to match the mask and provide a correctly formatted value, making assumptions based on the provided field mask in the template. Enabled by default.")
|
|
64
65
|
fast_doc_detect: SkipValidation[Optional[bool]] = Field(alias="fastDocDetect", default=None, description="When enabled, shorten the list of candidates to process during document detection in a single image process mode. Reduces processing time for specific backgrounds. Enabled by default.")
|
|
65
66
|
update_ocr_validity_by_glare: SkipValidation[Optional[bool]] = Field(alias="updateOCRValidityByGlare", default=None, description="When enabled, fail OCR field validity, if there is a glare over the text field on the image. Disabled by default.")
|
|
66
|
-
check_required_text_fields: SkipValidation[Optional[bool]] = Field(alias="checkRequiredTextFields", default=None, description="When enabled, each field in template will be checked for value presence and if the field is marked as required, but has no value, it will have
|
|
67
|
+
check_required_text_fields: SkipValidation[Optional[bool]] = Field(alias="checkRequiredTextFields", default=None, description="When enabled, each field in template will be checked for value presence and if the field is marked as required, but has no value, it will have 'error' in validity status. Disabled by default.")
|
|
67
68
|
return_cropped_barcode: SkipValidation[Optional[bool]] = Field(alias="returnCroppedBarcode", default=None, description="When enabled, returns cropped barcode images for unknown documents. Disabled by default.")
|
|
68
69
|
image_qa: SkipValidation[Optional[ImageQA]] = Field(alias="imageQa", default=None)
|
|
69
70
|
strict_image_quality: SkipValidation[Optional[bool]] = Field(alias="strictImageQuality", default=None, description="When enabled, the image quality check status affects the document optical and overall status. Disabled by default.")
|
|
@@ -87,7 +88,7 @@ class ProcessParams(BaseModel):
|
|
|
87
88
|
device_type: SkipValidation[Optional[int]] = Field(alias="deviceType", default=None, description="This parameter is used to specify the document reader device type from which input images were captured. Default 0.")
|
|
88
89
|
device_type_hex: SkipValidation[Optional[str]] = Field(alias="deviceTypeHex", default=None, description="This parameter is used to specify the document reader device type from which input images were captured")
|
|
89
90
|
ignore_device_id_from_image: SkipValidation[Optional[bool]] = Field(alias="ignoreDeviceIdFromImage", default=None, description="This parameter is used to tell the processing engine to ignore any parameters saved in the image when scanned from the document reader device. Default false")
|
|
90
|
-
document_id_list: SkipValidation[Optional[List[int]]] = Field(alias="documentIdList", default=None, description="List of the document ID
|
|
91
|
+
document_id_list: SkipValidation[Optional[List[int]]] = Field(alias="documentIdList", default=None, description="List of the document ID's to process. All documents will be processed, if empty.")
|
|
91
92
|
rfid: SkipValidation[Optional[ProcessParamsRfid]] = Field(alias="rfid", default=None)
|
|
92
93
|
check_auth: SkipValidation[Optional[bool]] = Field(alias="checkAuth", default=None, description="This parameter is used to enable authenticity checks")
|
|
93
94
|
auth_params: SkipValidation[Optional[AuthParams]] = Field(alias="authParams", default=None)
|
|
@@ -100,9 +101,9 @@ class ProcessParams(BaseModel):
|
|
|
100
101
|
generate_alpha2_codes: SkipValidation[Optional[bool]] = Field(alias="generateAlpha2Codes", default=None, description="Set to generate Alpha-2 codes for nationality and issuing state fields.")
|
|
101
102
|
pdf_pages_limit: SkipValidation[Optional[int]] = Field(alias="pdfPagesLimit", default=None, description="Limits the number of pages to be processed from a PDF file.")
|
|
102
103
|
disable_auth_resolution_filter: SkipValidation[Optional[bool]] = Field(alias="disableAuthResolutionFilter", default=None, description="This parameter if enabled will ignore the minimum barcode resolution needed to start processing.")
|
|
103
|
-
strict_security_checks: SkipValidation[Optional[bool]] = Field(alias="strictSecurityChecks", default=None, description="When enabled, this parameter marks security checks that don’t meet minimum requirements as
|
|
104
|
+
strict_security_checks: SkipValidation[Optional[bool]] = Field(alias="strictSecurityChecks", default=None, description="When enabled, this parameter marks security checks that don’t meet minimum requirements as 'Failed' (instead of 'WasNotDone'), which causes the overall security status to be 'Failed'.")
|
|
104
105
|
return_transliterated_fields: SkipValidation[Optional[bool]] = Field(alias="returnTransliteratedFields", default=None, description="Allows transliteration to be turned on or off; by default, it is enabled.")
|
|
105
|
-
__properties: ClassVar[List[str]] = ["generateDTCVC", "lcidFilter", "checkLiveness", "lcidIgnoreFilter", "oneShotIdentification", "useFaceApi", "faceApi", "doDetectCan", "imageOutputMaxHeight", "imageOutputMaxWidth", "scenario", "resultTypeOutput", "doublePageSpread", "generateDoublePageSpreadImage", "fieldTypesFilter", "dateFormat", "measureSystem", "imageDpiOutMax", "alreadyCropped", "customParams", "config", "log", "logLevel", "forceDocID", "matchTextFieldMask", "fastDocDetect", "updateOCRValidityByGlare", "checkRequiredTextFields", "returnCroppedBarcode", "imageQa", "strictImageQuality", "respectImageQuality", "forceDocFormat", "noGraphics", "depersonalizeLog", "multiDocOnImage", "shiftExpiryDate", "minimalHolderAge", "returnUncroppedImage", "mrzFormatsFilter", "forceReadMrzBeforeLocate", "parseBarcodes", "convertCase", "splitNames", "disablePerforationOCR", "documentGroupFilter", "processAuth", "deviceId", "deviceType", "deviceTypeHex", "ignoreDeviceIdFromImage", "documentIdList", "rfid", "checkAuth", "authParams", "mrzDetectMode", "generateNumericCodes", "strictBarcodeDigitalSignatureCheck", "selectLongestNames", "doBarcodes", "strictDLCategoryExpiry", "generateAlpha2Codes", "pdfPagesLimit", "disableAuthResolutionFilter", "strictSecurityChecks", "returnTransliteratedFields"]
|
|
106
|
+
__properties: ClassVar[List[str]] = ["generateDTCVC", "lcidFilter", "checkLiveness", "lcidIgnoreFilter", "oneShotIdentification", "useFaceApi", "faceApi", "doDetectCan", "imageOutputMaxHeight", "imageOutputMaxWidth", "scenario", "resultTypeOutput", "doublePageSpread", "generateDoublePageSpreadImage", "fieldTypesFilter", "fieldTypesIgnoreFilter", "dateFormat", "measureSystem", "imageDpiOutMax", "alreadyCropped", "customParams", "config", "log", "logLevel", "forceDocID", "matchTextFieldMask", "fastDocDetect", "updateOCRValidityByGlare", "checkRequiredTextFields", "returnCroppedBarcode", "imageQa", "strictImageQuality", "respectImageQuality", "forceDocFormat", "noGraphics", "depersonalizeLog", "multiDocOnImage", "shiftExpiryDate", "minimalHolderAge", "returnUncroppedImage", "mrzFormatsFilter", "forceReadMrzBeforeLocate", "parseBarcodes", "convertCase", "splitNames", "disablePerforationOCR", "documentGroupFilter", "processAuth", "deviceId", "deviceType", "deviceTypeHex", "ignoreDeviceIdFromImage", "documentIdList", "rfid", "checkAuth", "authParams", "mrzDetectMode", "generateNumericCodes", "strictBarcodeDigitalSignatureCheck", "selectLongestNames", "doBarcodes", "strictDLCategoryExpiry", "generateAlpha2Codes", "pdfPagesLimit", "disableAuthResolutionFilter", "strictSecurityChecks", "returnTransliteratedFields"]
|
|
106
107
|
|
|
107
108
|
model_config = ConfigDict(
|
|
108
109
|
populate_by_name=True,
|
|
@@ -191,6 +192,7 @@ class ProcessParams(BaseModel):
|
|
|
191
192
|
"doublePageSpread": obj.get("doublePageSpread"),
|
|
192
193
|
"generateDoublePageSpreadImage": obj.get("generateDoublePageSpreadImage"),
|
|
193
194
|
"fieldTypesFilter": obj.get("fieldTypesFilter"),
|
|
195
|
+
"fieldTypesIgnoreFilter": obj.get("fieldTypesIgnoreFilter"),
|
|
194
196
|
"dateFormat": obj.get("dateFormat"),
|
|
195
197
|
"measureSystem": obj.get("measureSystem"),
|
|
196
198
|
"imageDpiOutMax": obj.get("imageDpiOutMax"),
|
|
@@ -27,7 +27,7 @@ class RFIDDocVisualExtendedField(BaseModel):
|
|
|
27
27
|
strings_count: SkipValidation[float] = Field(alias="StringsCount", description="Number of StringsResult array elements")
|
|
28
28
|
strings_result: SkipValidation[List[StringRecognitionResult]] = Field(alias="StringsResult", description="Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results.")
|
|
29
29
|
buf_length: SkipValidation[float] = Field(alias="Buf_Length", description="Buf_Text text string length")
|
|
30
|
-
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by
|
|
30
|
+
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'")
|
|
31
31
|
field_mask: SkipValidation[Optional[str]] = Field(alias="FieldMask", default=None)
|
|
32
32
|
validity: SkipValidation[Optional[int]] = Field(alias="Validity", default=None)
|
|
33
33
|
in_comparison: SkipValidation[Optional[int]] = Field(alias="InComparison", default=None)
|
|
@@ -23,7 +23,7 @@ class StringRecognitionResult(BaseModel):
|
|
|
23
23
|
symbols_count: SkipValidation[float] = Field(alias="SymbolsCount", description="Number of StringResult array elements")
|
|
24
24
|
string_result: SkipValidation[List[SymbolRecognitionResult]] = Field(alias="StringResult", description="Array of recognition results for individual characters of a string")
|
|
25
25
|
buf_length: SkipValidation[Optional[float]] = Field(alias="Buf_Length", default=None, description="Buf_Text text string length")
|
|
26
|
-
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by
|
|
26
|
+
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'")
|
|
27
27
|
reserved: SkipValidation[Optional[int]] = Field(alias="Reserved", default=None)
|
|
28
28
|
__properties: ClassVar[List[str]] = ["SymbolsCount", "StringResult", "Buf_Length", "Buf_Text", "Reserved"]
|
|
29
29
|
|
|
@@ -26,7 +26,7 @@ class TextField(BaseModel):
|
|
|
26
26
|
TextField
|
|
27
27
|
""" # noqa: E501
|
|
28
28
|
field_type: SkipValidation[TextFieldType] = Field(alias="fieldType")
|
|
29
|
-
field_name: SkipValidation[str] = Field(alias="fieldName", description="Field name. Only use to search values for fields with fieldType
|
|
29
|
+
field_name: SkipValidation[str] = Field(alias="fieldName", description="Field name. Only use to search values for fields with fieldType=50(other). In general, use fieldType for lookup.")
|
|
30
30
|
lcid: SkipValidation[LCID] = Field(alias="lcid")
|
|
31
31
|
lcid_name: SkipValidation[Optional[str]] = Field(alias="lcidName", default=None, description="LCID name")
|
|
32
32
|
status: SkipValidation[CheckResult] = Field(alias="status")
|
|
@@ -27,7 +27,7 @@ class VisualExtendedFieldItem(BaseModel):
|
|
|
27
27
|
strings_count: SkipValidation[float] = Field(alias="StringsCount", description="Number of StringsResult array elements")
|
|
28
28
|
strings_result: SkipValidation[List[StringRecognitionResult]] = Field(alias="StringsResult", description="Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results.")
|
|
29
29
|
buf_length: SkipValidation[float] = Field(alias="Buf_Length", description="Buf_Text text string length")
|
|
30
|
-
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by
|
|
30
|
+
buf_text: SkipValidation[Optional[str]] = Field(alias="Buf_Text", default=None, description="Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'")
|
|
31
31
|
field_mask: SkipValidation[Optional[str]] = Field(alias="FieldMask", default=None)
|
|
32
32
|
validity: SkipValidation[Optional[int]] = Field(alias="Validity", default=None)
|
|
33
33
|
in_comparison: SkipValidation[Optional[int]] = Field(alias="InComparison", default=None)
|
|
@@ -32,7 +32,7 @@ regula/documentreader/webclient/gen/api/transaction_api.py,sha256=53uZvktOfFNr_b
|
|
|
32
32
|
regula/documentreader/webclient/gen/models/__init__.py,sha256=PDtw9Ds3a-mP2OnXUz8mIwyPHRJJZyQVt-8a5GFShU0,43503
|
|
33
33
|
regula/documentreader/webclient/gen/models/area_array.py,sha256=cWpxUR1lpgj1UalajIiU8s3OjhWEZqYli9bV02ixT2M,3684
|
|
34
34
|
regula/documentreader/webclient/gen/models/area_container.py,sha256=E6e1gPW516A0KCAmHm05ad_I0yD3FauruZgNxU-EIdA,3665
|
|
35
|
-
regula/documentreader/webclient/gen/models/auth_params.py,sha256=
|
|
35
|
+
regula/documentreader/webclient/gen/models/auth_params.py,sha256=uekqgWLMhr_WNXiGrQ4gx84-0DK0A1D4clngrCIQrOY,6739
|
|
36
36
|
regula/documentreader/webclient/gen/models/authenticity_check_list.py,sha256=_INg9DqSQ8NlcLj2FxwzMhrOqVOcETA2W-KPiRQHGuk,3135
|
|
37
37
|
regula/documentreader/webclient/gen/models/authenticity_check_list_item.py,sha256=H5848fwSD3f2nSDTkqPM81PZ7Kl6-w-YzAPgRHCHv7A,2931
|
|
38
38
|
regula/documentreader/webclient/gen/models/authenticity_check_result.py,sha256=NDLwpDz62RcjGbHEO2ISi-r9AbuuHTIHrrDMhqPhatY,3578
|
|
@@ -46,14 +46,14 @@ regula/documentreader/webclient/gen/models/barcode_position_result.py,sha256=4nm
|
|
|
46
46
|
regula/documentreader/webclient/gen/models/barcode_type.py,sha256=N22D3d2XPizAhsE-ZXGUKnEQRQF851WSVzBAp2iru5M,811
|
|
47
47
|
regula/documentreader/webclient/gen/models/bc_pdf417_info.py,sha256=QGUYdC1DDYes3n_K1vQt1npuUqGur0qdGJY9HWASQgE,2957
|
|
48
48
|
regula/documentreader/webclient/gen/models/bc_roidetect.py,sha256=jDwTnXs0zhrBMoK5t0X7BDMRyNi63zPfWMd-YT1iyVk,2660
|
|
49
|
-
regula/documentreader/webclient/gen/models/binary_data.py,sha256=
|
|
49
|
+
regula/documentreader/webclient/gen/models/binary_data.py,sha256=vI4wlA-jasfGfcIjlcta8jR1XaPkegYuhUNeJCeZc2Y,14019
|
|
50
50
|
regula/documentreader/webclient/gen/models/byte_array_item.py,sha256=Ki6Vqa2mVHWct2y0SkGOhf7zIRTG-ns0iNAsSYxsjnY,2436
|
|
51
51
|
regula/documentreader/webclient/gen/models/byte_array_result.py,sha256=2N05ADgeJwD7A7dvFS1o6mjKsPPH_-0RcMR51-z5Khs,2872
|
|
52
52
|
regula/documentreader/webclient/gen/models/candidates_list_item.py,sha256=V6uX8f2AVVqtNqiwMa70_oBzKsrnZq1XNzyLLQ9b7b4,2888
|
|
53
53
|
regula/documentreader/webclient/gen/models/certificate_data.py,sha256=X4vRnZI4KaFIKCsBCueyWc6gz0n_gBgvru9liN93Auo,2500
|
|
54
54
|
regula/documentreader/webclient/gen/models/check_diagnose.py,sha256=TocdHuOjI48PMOC4rrdpl_Q80lVkb_-6mTAoDEZppjo,5412
|
|
55
55
|
regula/documentreader/webclient/gen/models/check_result.py,sha256=8dR5KtJtyeSv4sW6oyJz9HXbUF-xpeJnSDqDp5Zk1ZE,570
|
|
56
|
-
regula/documentreader/webclient/gen/models/chosen_document_type.py,sha256=
|
|
56
|
+
regula/documentreader/webclient/gen/models/chosen_document_type.py,sha256=OViFmaCelCodYx1KKoCTtE3hsiI7luRFRFFvf_WsWCI,5443
|
|
57
57
|
regula/documentreader/webclient/gen/models/chosen_document_type_result.py,sha256=BTPpnLNnACMAKNRB38UO8nGLV8Mi5-6vt_HaE5rfQNA,3559
|
|
58
58
|
regula/documentreader/webclient/gen/models/container_list.py,sha256=D7AIUZx8-8GxEx1elIEzgMnmOTJmA_qHRAyFZhe0qIA,3090
|
|
59
59
|
regula/documentreader/webclient/gen/models/container_list_list_inner.py,sha256=Q3mwy0_oyoU5gh6S6TVGILQykZfaq7YoBnswMEF3bCo,24098
|
|
@@ -70,7 +70,7 @@ regula/documentreader/webclient/gen/models/doc_bar_code_info.py,sha256=hg_RU7ies
|
|
|
70
70
|
regula/documentreader/webclient/gen/models/doc_bar_code_info_fields_list.py,sha256=DvoP575ANKYeOKO2NMSPX-rA7lgA055FnlKU7Eec5c4,3206
|
|
71
71
|
regula/documentreader/webclient/gen/models/doc_bar_code_info_item.py,sha256=sPi74QQjYLh_uK4KIVewSZoZOAM9GAnyd27c4NhLE0Q,2852
|
|
72
72
|
regula/documentreader/webclient/gen/models/doc_graphics_info_item.py,sha256=YQMRXQPfM2ZoHx69SiwtvyvKu9B1NzRYHFxSW9SUy78,2831
|
|
73
|
-
regula/documentreader/webclient/gen/models/doc_visual_extended_field.py,sha256=
|
|
73
|
+
regula/documentreader/webclient/gen/models/doc_visual_extended_field.py,sha256=1BeX6uWCLPxn7Vex3ZN6PJ4u4ZnvNMNwwMO2Et23ufw,5721
|
|
74
74
|
regula/documentreader/webclient/gen/models/doc_visual_extended_field_item.py,sha256=bKHnKFy_gJzSPlTu4PaOzVrfmwLi7UrVdbaxD6Q-uzk,2806
|
|
75
75
|
regula/documentreader/webclient/gen/models/doc_visual_extended_info.py,sha256=A2655ANcP0s6HQ5jtGuZmWgsAk7J4h0JX_uEWcP2aNw,3313
|
|
76
76
|
regula/documentreader/webclient/gen/models/doc_visual_extended_info_item.py,sha256=Vz3cHB14DhF4mMQH_f23PQ1GEs1XKoiQseLI7WLBxPU,2936
|
|
@@ -90,19 +90,19 @@ regula/documentreader/webclient/gen/models/documents_database.py,sha256=YoimMJ23
|
|
|
90
90
|
regula/documentreader/webclient/gen/models/encrypted_rcl_item.py,sha256=k6naN-ufqKaKthL5KNrRKjOxz35j7ejPnToO_8ayH4A,2488
|
|
91
91
|
regula/documentreader/webclient/gen/models/encrypted_rcl_result.py,sha256=R3NcbirzE0kOancz9HWAVZyxQxs79jczO7tyNARAHxY,2946
|
|
92
92
|
regula/documentreader/webclient/gen/models/error_coordinates.py,sha256=DLaBZtVXrGMSIPoP_T0ab975vJ42AstEFgxxcxv21Vo,2821
|
|
93
|
-
regula/documentreader/webclient/gen/models/face_api.py,sha256=
|
|
93
|
+
regula/documentreader/webclient/gen/models/face_api.py,sha256=i0ou-0fixv5YqhQgnCIQnWnp9j44zDgpSJAWlXIoEXs,5123
|
|
94
94
|
regula/documentreader/webclient/gen/models/face_api_search.py,sha256=4DfvVNkEyE00U4eH3WmCKAjFYdha3VdEV9a28ZDF3CY,3251
|
|
95
95
|
regula/documentreader/webclient/gen/models/face_detection.py,sha256=EPJ-VDDXfxQFD26fYXa1-9Z9sTE_qCzzXHkjZw0PnZ8,3419
|
|
96
96
|
regula/documentreader/webclient/gen/models/face_detection_item.py,sha256=IFDUvYz-o_HbnrTjsCPwwocpG7XoIXHLx-Nr0jvSnt8,2816
|
|
97
97
|
regula/documentreader/webclient/gen/models/face_detection_result.py,sha256=SZh21X-0jtkmIKjqhIdd1uEyCKv4yIf_SgT_ModDJ0A,3252
|
|
98
98
|
regula/documentreader/webclient/gen/models/face_item.py,sha256=hahUP9L6Vn4tt_va-gK9GtfmvwnqOVzmd-3Z8ZWm5cU,4550
|
|
99
|
-
regula/documentreader/webclient/gen/models/fdsid_list.py,sha256=
|
|
99
|
+
regula/documentreader/webclient/gen/models/fdsid_list.py,sha256=M6lWsZMVJyQJB8akks0PYaGe700OVml2MXXZdqmAe4Q,4645
|
|
100
100
|
regula/documentreader/webclient/gen/models/fiber_item.py,sha256=_giB5QAv61el8yzWo50HljCwAVjX0_diyhxonTUEZFk,4546
|
|
101
101
|
regula/documentreader/webclient/gen/models/fiber_result.py,sha256=TJSk901NkDYWUXtMJE83hla7CgTCl-F3A4gYKuaLfG4,5206
|
|
102
102
|
regula/documentreader/webclient/gen/models/field_item.py,sha256=N6_rNKbqdn0XA9PxqWQvwMEMeLdJqB5AS0sF8ETSHMY,3028
|
|
103
103
|
regula/documentreader/webclient/gen/models/file_image.py,sha256=PMQxYkIJb8qcJ21MawrYfhXIJyq-FUKvQ_91RI8ngnQ,2476
|
|
104
104
|
regula/documentreader/webclient/gen/models/get_transactions_by_tag_response.py,sha256=MUtsAhwW9lubm2ilRP19yk8kDc37o4l6oGZsWu0SpOQ,2885
|
|
105
|
-
regula/documentreader/webclient/gen/models/glares_check_params.py,sha256=
|
|
105
|
+
regula/documentreader/webclient/gen/models/glares_check_params.py,sha256=Ul7a_6l-XmApOlgf9aOX6NPfQjrXIK2fPKl54jK7M_E,2827
|
|
106
106
|
regula/documentreader/webclient/gen/models/graph_data.py,sha256=LDBmSGafS6IY6z06GtJI5mi1ySQvAgjPiiCiE0H1rU4,3527
|
|
107
107
|
regula/documentreader/webclient/gen/models/graphic_field.py,sha256=1oXthlTL8Wc-tsycd8GK3ghsGilwesvZ_zz0Knwq45E,3594
|
|
108
108
|
regula/documentreader/webclient/gen/models/graphic_field_type.py,sha256=0DV7PkG3Lym6GIGoytkyrihpXQAuIbGz2hXSDMxIetY,1166
|
|
@@ -128,7 +128,7 @@ regula/documentreader/webclient/gen/models/images_item.py,sha256=__OaLF_fzdoyd0a
|
|
|
128
128
|
regula/documentreader/webclient/gen/models/images_result.py,sha256=bD6JkSQJiSP90Uxgay4j5g2AS72ski5t9ZzJ1ZpoOIQ,3087
|
|
129
129
|
regula/documentreader/webclient/gen/models/in_data.py,sha256=YibW_I1E6H5qssv7Aux8pZ8vJhaRf6w0K_c_GlT3aRE,3427
|
|
130
130
|
regula/documentreader/webclient/gen/models/in_data_transaction_images_field_value.py,sha256=2vrDmXlAoEuG-sLfoQxiLz4IYUe1ohCjH3C6LEU3RRw,3043
|
|
131
|
-
regula/documentreader/webclient/gen/models/in_data_video.py,sha256=
|
|
131
|
+
regula/documentreader/webclient/gen/models/in_data_video.py,sha256=cZmPUdqv7Fmy2YQs35SYxCs1G7IggNRMHooZ7zN5lzw,2643
|
|
132
132
|
regula/documentreader/webclient/gen/models/input_barcode_type.py,sha256=vMhqBUHlpF08EtcJDCG4K3EDpC0-cAwkZjgG_dBDR9Q,1020
|
|
133
133
|
regula/documentreader/webclient/gen/models/input_image_quality_checks.py,sha256=yGEAswwcz5tKMZoBmmhN8HRtCxkn9rvKFGsjOCmg978,811
|
|
134
134
|
regula/documentreader/webclient/gen/models/lcid.py,sha256=DIO7sXdr4urlTepEgOlHoC5akLuxSP38-ZbJJMrxB-Y,4727
|
|
@@ -153,7 +153,7 @@ regula/documentreader/webclient/gen/models/mrz_test_quality_item.py,sha256=TC4jX
|
|
|
153
153
|
regula/documentreader/webclient/gen/models/mrz_test_quality_result.py,sha256=V5iYz8LckijlyzfcsSD8RAh26aKaPWoIvwyzsOQrqrc,3241
|
|
154
154
|
regula/documentreader/webclient/gen/models/ocr_security_text_item.py,sha256=Oyxzk16s7hxBkX6QhmrEAFPEBlGt8G0wBOkDpMA7jL8,5021
|
|
155
155
|
regula/documentreader/webclient/gen/models/ocr_security_text_result.py,sha256=p6PuK2q3KUyqiXqQl1kTzdqSKbNHtvOsBnF3hljE6tQ,5681
|
|
156
|
-
regula/documentreader/webclient/gen/models/one_candidate.py,sha256=
|
|
156
|
+
regula/documentreader/webclient/gen/models/one_candidate.py,sha256=sgd7hltfEFBD6YBHxrEgO_nwvWtU2xYC6_AciHlLXvs,5425
|
|
157
157
|
regula/documentreader/webclient/gen/models/one_candidate_item.py,sha256=RuAibubC2lXX_DJ8SonCgfWkh2vgw61lnBxtmMZWxOM,3012
|
|
158
158
|
regula/documentreader/webclient/gen/models/original_symbol.py,sha256=fdqZCfL1NHqJoN9O5hIBFoF9kojRtuftmIxH3ax_geE,3125
|
|
159
159
|
regula/documentreader/webclient/gen/models/out_data.py,sha256=ORVPPuT7v5ZnslT1Ze7UeutQ8lJk1g-eWjejmjQjzKE,3165
|
|
@@ -168,7 +168,7 @@ regula/documentreader/webclient/gen/models/photo_ident_result.py,sha256=_BD7dYR8
|
|
|
168
168
|
regula/documentreader/webclient/gen/models/point.py,sha256=TBIznHwx7KPGeWBoA9uGcQks_zYsm17w2AuQyagz9QU,2402
|
|
169
169
|
regula/documentreader/webclient/gen/models/point_array.py,sha256=m7QaOSsfbOzL6Skd8dWdvJjMJrwGVJxqnqxVg0XaM8A,2893
|
|
170
170
|
regula/documentreader/webclient/gen/models/points_container.py,sha256=4zYuorTsQpbPDHwcVlJVtfNj9sc6g9h5b1idHnRQEVU,3086
|
|
171
|
-
regula/documentreader/webclient/gen/models/process_params.py,sha256=
|
|
171
|
+
regula/documentreader/webclient/gen/models/process_params.py,sha256=U4F3AYDRuDfxrRa1lugMYYTrLViq5RffexKBlcgrPCg,27348
|
|
172
172
|
regula/documentreader/webclient/gen/models/process_params_rfid.py,sha256=Uafaa-fWJi3_L49C_KsOnaOyB1c76qsFqzeUsfDrOug,2782
|
|
173
173
|
regula/documentreader/webclient/gen/models/process_request.py,sha256=mfrFQREqd9MPBFnDbhr464tasA_6qncUbzc-bDX1wDA,6132
|
|
174
174
|
regula/documentreader/webclient/gen/models/process_request_image.py,sha256=66CDZtzqPDrQQsl6GVzhbLvwaR2WUm_yvT2H_QzrqzQ,3148
|
|
@@ -201,7 +201,7 @@ regula/documentreader/webclient/gen/models/rfid_data_file_type.py,sha256=I8Ek0A5
|
|
|
201
201
|
regula/documentreader/webclient/gen/models/rfid_data_group_type_tag.py,sha256=T6rliGapGxzdcjAYlW4FZ8f19Tele7_IOuZxFRBUa00,1694
|
|
202
202
|
regula/documentreader/webclient/gen/models/rfid_dg1.py,sha256=DBRiZL-bqCvPLJ2WdJ74D1Wiq9urgUI41bmpbVg-xBE,5378
|
|
203
203
|
regula/documentreader/webclient/gen/models/rfid_distinguished_name.py,sha256=ZnWq9K8SV9V8AvmptiPcBjLf_8zQMTJ2l99VBnUECoQ,3767
|
|
204
|
-
regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_field.py,sha256=
|
|
204
|
+
regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_field.py,sha256=lT1nFqOlZAyVmw2qufbjmw-BsuICjPnVtJWN9YDkMq4,5925
|
|
205
205
|
regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_field_item.py,sha256=n6mBbjosSP5CEF8ihuZuuPKa0UH5hBIG21vqYqWCbPI,3051
|
|
206
206
|
regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_info.py,sha256=vd5LB1FqznkiOJaaGuR_fKz9sC8OH0-_N8U0GpKx1lo,3346
|
|
207
207
|
regula/documentreader/webclient/gen/models/rfid_doc_visual_extended_info_item.py,sha256=ys67koZxjggSHkWU0YM8ncg_P9cIhZMarH3g8KwhAcs,2969
|
|
@@ -232,7 +232,7 @@ regula/documentreader/webclient/gen/models/status.py,sha256=phNUgtOQLI_YKeyrrKlP
|
|
|
232
232
|
regula/documentreader/webclient/gen/models/status_item.py,sha256=16FcLnOA2NAKr94CJTohBeLrF4TbCK3ZGmMjAwcjF24,2651
|
|
233
233
|
regula/documentreader/webclient/gen/models/status_result.py,sha256=ITFIjlOMc_Rd6v_E8wQpKiNvR65xyoNkzlYP5kKOlHY,3087
|
|
234
234
|
regula/documentreader/webclient/gen/models/string_item.py,sha256=9FybYipdongy1J-_k5XQml47wwCfIVNdlaLjz78OLYI,6927
|
|
235
|
-
regula/documentreader/webclient/gen/models/string_recognition_result.py,sha256=
|
|
235
|
+
regula/documentreader/webclient/gen/models/string_recognition_result.py,sha256=D9I1ZwxlEAlMSF_vmJMqyU5ZTIen4idHewqejxf2spg,4047
|
|
236
236
|
regula/documentreader/webclient/gen/models/symbol.py,sha256=N0QQxp4g6gTdm5aA9p7zpWU75eioDdOmxeZStR6pIls,2393
|
|
237
237
|
regula/documentreader/webclient/gen/models/symbol_candidate.py,sha256=m7bnEOjMbuVPwh_zBkXHoXyJlWkQ00Emnml6CsLSKuE,3034
|
|
238
238
|
regula/documentreader/webclient/gen/models/symbol_estimation_item.py,sha256=HWPDtPlegPqAv-HDsBqVAYIMLglvwf0oXWnBYhSELwc,5370
|
|
@@ -244,7 +244,7 @@ regula/documentreader/webclient/gen/models/t_original_rfid_graphics_info_item.py
|
|
|
244
244
|
regula/documentreader/webclient/gen/models/text.py,sha256=a_WFOqoPmkOptCtWTs7ikaHaQQrvlc0jfT0rk1TR2N4,4467
|
|
245
245
|
regula/documentreader/webclient/gen/models/text_available_source.py,sha256=qfAaL-BVmM7Cg8lB0-xF-z3HGUyjM1F47e6Bi400_k0,3044
|
|
246
246
|
regula/documentreader/webclient/gen/models/text_data_result.py,sha256=b9-BEzhbprSeWMMosxl3bei1HNQQ-ytutVEr4EiHCbc,3413
|
|
247
|
-
regula/documentreader/webclient/gen/models/text_field.py,sha256=
|
|
247
|
+
regula/documentreader/webclient/gen/models/text_field.py,sha256=StFa1zm789hfuhOXlM7ZJBvmRIyOSwVRKMOSjUVtzxE,6178
|
|
248
248
|
regula/documentreader/webclient/gen/models/text_field_type.py,sha256=Hf2BlAJJ1RKvWEVBMi6eIxLsEOwRTZ7stEgU3USYkVk,19131
|
|
249
249
|
regula/documentreader/webclient/gen/models/text_field_value.py,sha256=Cj5DcIyy7OZ05SSfQm0_XPN6QOlT4FbTss-NMyte_Jk,5683
|
|
250
250
|
regula/documentreader/webclient/gen/models/text_item.py,sha256=muchBqv6bDHgUchi_W856zNeJ-nzO-mMbj4flGq4hDo,2615
|
|
@@ -262,8 +262,8 @@ regula/documentreader/webclient/gen/models/trf_ft_string.py,sha256=zit-BfGpC-6yp
|
|
|
262
262
|
regula/documentreader/webclient/gen/models/verification_result.py,sha256=E6bCVR52S9-i3ZVOkzJ38w3qAc7G2K3HUPpYWC2D-wc,583
|
|
263
263
|
regula/documentreader/webclient/gen/models/verified_field_map.py,sha256=QjCCjZ82WhT5uzdFthwfiX4Kgi5RL_m7E0NprLhHAJs,4863
|
|
264
264
|
regula/documentreader/webclient/gen/models/visibility.py,sha256=GACgQd_8lx_cwMwI5lCi7cTxEWxw2atbJo6uI4mTKpQ,602
|
|
265
|
-
regula/documentreader/webclient/gen/models/visual_extended_field_item.py,sha256=
|
|
266
|
-
regula_documentreader_webclient-8.
|
|
267
|
-
regula_documentreader_webclient-8.
|
|
268
|
-
regula_documentreader_webclient-8.
|
|
269
|
-
regula_documentreader_webclient-8.
|
|
265
|
+
regula/documentreader/webclient/gen/models/visual_extended_field_item.py,sha256=MsDqAPnzrT67opVj7Qq1o4aESygjjsi9YgmYO38-p9k,5237
|
|
266
|
+
regula_documentreader_webclient-8.5.617.dev0.dist-info/METADATA,sha256=c3MxczjefaEz_LRxJxBBf-cjtwNGoIG0F68U-W4NoB8,4036
|
|
267
|
+
regula_documentreader_webclient-8.5.617.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
268
|
+
regula_documentreader_webclient-8.5.617.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
|
|
269
|
+
regula_documentreader_webclient-8.5.617.dev0.dist-info/RECORD,,
|
|
File without changes
|