Package: googleCloudVisionR 0.2.0.9000

Jeno Pal

googleCloudVisionR: Access to the 'Google Cloud Vision' API for Image Recognition, OCR and Labeling

Interact with the 'Google Cloud Vision' <https://cloud.google.com/vision/> API in R. Part of the 'cloudyr' <https://cloudyr.github.io/> project.

Authors:Jeno Pal [cre], Tamas Koncz [aut], Balazs Varkoly [aut], Peter Lukacs [aut], Eszter Kocsis [aut], Florian Teschner [ctb]

googleCloudVisionR_0.2.0.9000.tar.gz
googleCloudVisionR_0.2.0.9000.zip(r-4.5)googleCloudVisionR_0.2.0.9000.zip(r-4.4)googleCloudVisionR_0.2.0.9000.zip(r-4.3)
googleCloudVisionR_0.2.0.9000.tgz(r-4.4-any)googleCloudVisionR_0.2.0.9000.tgz(r-4.3-any)
googleCloudVisionR_0.2.0.9000.tar.gz(r-4.5-noble)googleCloudVisionR_0.2.0.9000.tar.gz(r-4.4-noble)
googleCloudVisionR_0.2.0.9000.tgz(r-4.4-emscripten)googleCloudVisionR_0.2.0.9000.tgz(r-4.3-emscripten)
googleCloudVisionR.pdf |googleCloudVisionR.html
googleCloudVisionR/json (API)
NEWS

# Install 'googleCloudVisionR' in R:
install.packages('googleCloudVisionR', repos = c('https://cloudyr.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/cloudyr/googlecloudvisionr/issues

On CRAN:

4.85 score 6 stars 1 packages 13 scripts 239 downloads 6 exports 26 dependencies

Last updated 5 years agofrom:9be3d0c77d. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 09 2024
R-4.5-winOKOct 09 2024
R-4.5-linuxOKOct 09 2024
R-4.4-winOKOct 09 2024
R-4.4-macOKOct 09 2024
R-4.3-winOKOct 09 2024
R-4.3-macOKOct 09 2024

Exports:gcv_get_available_feature_typesgcv_get_image_annotationsgcv_get_product_search_raw_responsegcv_get_product_search_responsegcv_get_raw_responsegcv_get_response

Dependencies:askpassassertthatcachemclicurldata.tabledigestfastmapfsgarglegluegoogleAuthRhttrjsonlitelifecyclemagrittrmemoisemimeopensslpurrrR6rappdirsrlangsysvctrswithr

Readme and manuals

Help Manual

Help pageTopics
helper function to send POST request to the Google Vision APIcall_vision_api
helper function to create json for response requestcreate_request_body
helper function to create a list of details of one image annotation requestcreate_single_image_request
helper function to base64 encode the image fileencode_image
helper function code to extract the annotationsextract_annotations
helper function code to extract error from API response into a data.tableextract_error
helper function code to extract the response data.frameextract_response
helper function code to provide an extractor function for different feature typesextractor
helper function code to extract API response into a data.table for given feature typeface_detection_extractor
helper function code to record available feature typesgcv_get_available_feature_types
Get parsed image annotations from the Google Cloud Vision APIgcv_get_image_annotations
Get raw results from the Vision API Product Searchgcv_get_product_search_raw_response
Get parsed results from the Vision API Product Searchgcv_get_product_search_response
Get raw API response from the Google Cloud Vision APIgcv_get_raw_response
Get parsed image annotations from the Google Cloud Vision APIgcv_get_response
helper function code to extract Bounding Box x,y coordinates for an API response elementget_bounding_boxes
helper function to validate input image pathsget_invalid_image_paths
helper function code to extract API response into a data.table for given feature typeimage_properties_extractor
helper function code to extract API response into a data.table for given feature typelabel_detection_extractor
helper function code to extract API response into a data.table for given feature typelandmark_detection_extractor
helper function code to extract API response into a data.table for given feature typelogo_detection_extractor
helper function code to extract API response into a data.table for given feature typeobject_localization_extractor
helper function code to extract API response into a data.table for given feature typeocr_extractor
helper function to split a vector to approximately equally sized chunkssplit_to_chunks