Skip to content

Commit

Permalink
Merge pull request #131 from regulaforensics/SP-11933/Issue_with_proc…
Browse files Browse the repository at this point in the history
…essing_the_document

SP-11933: Issue with processing the document
  • Loading branch information
GubinAlexander authored Oct 13, 2023
2 parents 20db0c7 + 2eaecbd commit 349a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
git checkout -b ${GITHUB_SHA::8}
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout src/Regula.DocumentReader.WebClient/Api/DefaultApi.cs src/Regula.DocumentReader.WebClient/Api/ProcessApi.cs
git add --all
git commit -m "${{ github.event.inputs.title }}" -a
git push --set-upstream origin ${GITHUB_SHA::8}
Expand Down
1 change: 1 addition & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ components:
The available checks are listed in the eRPRM_Authenticity enum.
Note that only supported by your license checks can be added. "
type: integer
format: int64
deviceId:
description: "This parameter is used to specify the document reader device type from which input images were captured. Default 0."
type: integer
Expand Down

0 comments on commit 349a337

Please sign in to comment.