Skip to content

Commit

Permalink
Fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kamkin authored and Ivan Kamkin committed Jan 24, 2025
1 parent 27bef83 commit ffae33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/read/set-image-kind/recognizeBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function recognizeBarcode(api, fileName)

const recognizeApi = new Barcode.RecognizeApi(config);

const fileName = path.resolve('testdata','Qr_and_Code128.png');
const fileName = path.resolve('testdata','QR_and_Code128.png');

recognizeBarcode(recognizeApi, fileName)
.then(barcodes => {
Expand Down
2 changes: 1 addition & 1 deletion snippets/read/set-target-types/recognizeBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function recognizeBarcode(api, fileName) {

const recognizeApi = new Barcode.RecognizeApi(makeConfiguration());

const fileName = path.resolve('testdata','Qr_and_Code128.png');
const fileName = path.resolve('testdata','QR_and_Code128.png');

recognizeBarcode(recognizeApi, fileName)
.then(barcodes => {
Expand Down

0 comments on commit ffae33c

Please sign in to comment.