I have some bill pictures, each of which contains some keywords, followed by content. I can now use power automate, power apps and other Office365 features of Office365. Requirement: Extract the keywords and the following content and put them in the column of the SharePoint list application。
I first made a simple picture and tried it out. Using AI Builder, I was able to successfully extract the content and write it to a SharePoint list, but after checking it, I found that the content of the list was not what I wanted. The attachment is a simple picture, and the following is the content generated by the list
Expression written to sharepoint:
split(split(items('For_each')?['fullPageText'], '单价')[1], '\n')[0]
split(split(items('For_each')?['fullPageText'], '数量')[1], '\n')[0]
split(split(items('For_each')?['fullPageText'], '金额')[1], '\n')[0]
I don't know if the expression is wrong. In addition, I would like to ask, besides ai builder, are there other ways to extract text from images, or is there such a tool in power apps? Thank you very much