Using the Microsoft Computer Vision API with Python

A few weeks ago I blogged about using the Adobe PDF Extract API and Microsoft’s Computer Vision API: "Integrating AI Computer Vision with Your PDF Documents". The idea was to extract images from a PDF and …


This content originally appeared on Raymond Camden and was authored by Raymond Camden

A few weeks ago I blogged about using the Adobe PDF Extract API and Microsoft's Computer Vision API: "Integrating AI Computer Vision with Your PDF Documents". The idea was to extract images from a PDF and then analyze them to help provide more context about the document. While working on that article, I got to play with Microsoft's image recognition API again and I was impressed by how easy it was to use. As I'm learning Python, I thought it would be a good exercise to convert my JavaScript code to Python and see what results I'd get. Here's what I came up with.


This content originally appeared on Raymond Camden and was authored by Raymond Camden


Print Share Comment Cite Upload Translate Updates
APA

Raymond Camden | Sciencx (2022-02-08T18:00:00+00:00) Using the Microsoft Computer Vision API with Python. Retrieved from https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/

MLA
" » Using the Microsoft Computer Vision API with Python." Raymond Camden | Sciencx - Tuesday February 8, 2022, https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/
HARVARD
Raymond Camden | Sciencx Tuesday February 8, 2022 » Using the Microsoft Computer Vision API with Python., viewed ,<https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/>
VANCOUVER
Raymond Camden | Sciencx - » Using the Microsoft Computer Vision API with Python. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/
CHICAGO
" » Using the Microsoft Computer Vision API with Python." Raymond Camden | Sciencx - Accessed . https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/
IEEE
" » Using the Microsoft Computer Vision API with Python." Raymond Camden | Sciencx [Online]. Available: https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/. [Accessed: ]
rf:citation
» Using the Microsoft Computer Vision API with Python | Raymond Camden | Sciencx | https://www.scien.cx/2022/02/08/using-the-microsoft-computer-vision-api-with-python/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.