Skip to content

Commit

Permalink
removing english from google vision payload
Browse files Browse the repository at this point in the history
  • Loading branch information
tarundhankhar committed Mar 23, 2022
1 parent a7d3d9c commit 119de6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ocr/google-vision/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ Constants.REQUEST_PAYLOAD = {
{
type: "TEXT_DETECTION"
}
],
imageContext: {
languageHints: ["en"]
}
]
}
]
};
Expand Down

0 comments on commit 119de6b

Please sign in to comment.