how to recognize invoice/tax image using camera ?

mc 4,006 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,117 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 59,966 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