Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Issue summary: - The customer has the source type PDF & Image and in which content type is in Bangla language.
The customer aim is to fetch all the text from the given source.
Pain of the customer is that some images are able to perform the right extraction but not all. Gray-scaling the images is also not helpful.
Customer already overlooked the following links [a][b]:
[a]
[b]
The customer already checked the image detection parameter in the python code as well:
response = client.text_detection(
image=image,
image_context={"language_hints": ["bn"]}, # Bengali)
As per the current update, our engineering teams are planning on releasing a new model that has a much better performance on Bangla text on "builtin/weekly" end of this quarter/beginning next quarter.