how to recognize invoice/tax image using camera ?

mc 4,116 Reputation points
2024-06-28T15:28:37.0866667+00:00

I am using .net ios.

I want to use invoice /tax recognize image .

you may say I can use VisionKit. but it require IOS 16. I want to use may iOS 11?

how to do it in oc(not swift)?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,245 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,816 Reputation points
    2024-06-28T16:55:18.15+00:00

    The option to vision kit is to upload the image to a server and use an AI text processing service. note: hardware that runs IOS 11 is probably not up to the task to process locally.

    0 comments No comments

  2. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,571 Reputation points Microsoft Vendor
    2024-07-09T05:56:48.75+00:00

    Hello,

    About. For image recognition in .NET, it is recommended that you use Azure's OCR function. You can refer to the following document for instructions.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments