UiPath Document Understanding + Google Cloud Vision Update - document

My team was using the google cloud vision api as the ocr engine with document understanding in an AP invoicing use case. Back in May there was an update to the Google API and we are now experiencing some issues - i.e. the invoice number needs to be read as “RI-1234” and now it reads as “RI1234” omitting the “-“ which is required. These invoices are high quality pdfs and have been trained for in AI Center.
The legacy version expires on August 20. Has anyone else experienced issues with this API and has any other ideas for a fix?
Thanks!

Related

How do you automatically create Web Stories from text and images in a database?

I want to bulk create thousands of web stories (of the AMP/Google variety) using a standardized AMP web stories template populated with text and images from my database.
Anyone have any ideas? I am not a coder, but may be able to follow if you assume I know nothing :) Thanks for your consideration and time.
I have looked in GitHub and at several online services that provide tools to make web stories, but none offer it. VisualStories claims to offer an API that does this, but when I asked for paid access said they were not sharing this with customers anymore because they found that creating stories individually produced better results.
Thanks!
Michael

Domain change - from Front end developer to salesforce

Im working as front end dev and i have 9yr of IT experience & getting 15LPA. Planning to change my domain from FE to salesforce developer. Is that good idea to change & will i get better package than 15L? Bcoz i'm fresher for salesforce developer?
On the Salesforce Lightning Platform, the primary language for front-end development is Javascript, HTML, CSS which we call Lightning Web Components or Aura Component in Salesforce, and component libraries are built with core Web Components that run natively in the browser.
Therefore you are not fresher for Salesforce Developer.
To reply to your question - Is it a good idea to change & will I get a better package than 15L
Salesforce has fantastic earning potential. With Salesforce customers competing for the best talent, the ecosystem's supply and demand problem is driving up wages. And, as a Salesforce Developer, you will undoubtedly benefit from the market's competitiveness, as well as, Salesforce positions—an estimated 3.3 million new jobs by end of 2022.
Yes, you can earn more salaries by coding in Salesforce! Work with this hot, new job industry and I guarantee you will get a more percentage hike if you do well.
Also, Salesforce has grown at a 25 percent annual rate over the last four years and has ambitious plans to double its growth over the next four.
So, you can start planning to switch to a salesforce developer.
Please let me know if this answer helps your query. And also, I wish you all the best for the future :)
Thanks.

Is there way to use High Quality mode via Google Photos API?

I`m software developer and trying to upload some videos using Google Photo API, but I want to set up "High quality mode" of such videos programmatically.
So, the point is that my app must upload videos without user participation every 15 GiB.
Could anybody advice to me - how to do it?
Thanks for help!
All media items uploaded to Google Photos using the API are stored in full resolution at original quality. They count toward the user’s storage.
check here: https://developers.google.com/photos/library/guides/api-limits-quotas

Using Cortana for dictation of documents

I'm currently doing research about Cortana as I'm interested in doing some development of custom skills for it. Currently I'm using Cortana to invoke Windows Speech Recognition where I can then use WSR as a means to dictate text into Word. I'm experimenting with this as a possibility to be used for recording and generating a transcript in real time for meetings.
Now this is quite a hassle as I've found and I'm curious to know if there is something that I can do to integrate a bot within Cortana for the same purpose. I've looked up and done some reading about Azure Bot Framework, Cognitive Services, LUIS, etc.
Is it possible to develop such a solution using the above mentioned services ?
Thank you in advance !
Yes, it is possible.
You can feed the streams to the Speech to Text API, then chunk the audio according to the returned Offset and Duration of each phrase, then send those chunks to the Speaker Recognition API to identify the speaker by name so you'd have a name for each chunk to put with it's transcribed phrase and create a dialog out of
Since you're considering it mainly for meetings, the solution you've mentioned was announced a while ago as a feature of Microsoft Teams, and it is going to be publicly available in the near feature, you can also watch a demo that was presented at Build 2018 from here

Instagram real-time API gets very few updates

I've been using instagram's real time push api (http://instagram.com/developer/realtime/) for a long time to get updates on a specific location. I use the highest possible value for "radius", which is 5000m . For the last 4 weeks, I have noticed that I received significantly less updates through the API (but not zero). Other applications seem to have the same issue, like http://now.jit.su/ . I also filed a bug report at instagram, which went unanswered.
My questions are:
- has anything changed in the API?
- has anything changed in the app (so that not every photo will be published)?
- is anyone else experiencing this issue?
- is there anything I can try to get it working again?
I know this is not exactly a perfect SO question, but I was not able to dig anything up on google, and the instagram developer pages direct here for support. Any help is greatly appreciated.
Had some communication recently with a contact at Instagram and he mentioned that Instagram's real-time functionality will be limited to only user subscriptions in the future.
Apps created before November 17, 2015 will continue to receive updates but are being sampled because of the load they are experiencing and the fact that the architecture used for this does not scale well. He also mentioned that, as a result, real-time subscriptions will be deprecated for Tags, Locations and Geographies.
The developer guides also have some information regarding this:
OLD: https://www.instagram.com/developer/deprecated/realtime/
NEW: https://www.instagram.com/developer/subscriptions/
I am using https://api.instagram.com/v1/users/self/feed?access_token=AccessToken&count=100 to get my feeds.
You might be missing count in your api or let me know which api you are using

Resources