OCR for Google Maps pins avatar
OCR for Google Maps pins

Pricing

Pay per usage

Go to Apify Store
OCR for Google Maps pins

OCR for Google Maps pins

Actor will try to find pins specified exactly by sprite https://github.com/apify-alexey/gmaps-ocrpin/blob/main/pin.png and store coordinates of the pins found in dataset and OUTPUT

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Daniel Milevski

Daniel Milevski

Maintained by Community

Actor stats

11

Bookmarked

396

Total users

2

Monthly active users

a year ago

Last modified

Share

OCR for google map pins

Input

Input must be base64Image string of data:image/png;base64 content, visual data expected to be tiled google map as illustrated by sample.png

If image data is not valid (wrong encoding, format or content) then actor will fail.

Example of the input with actual content replaced by [BASE64DATA_STAND_IN]

{
"base64Image": "data:image/png;base64,[BASE64DATA_STAND_IN]"
}

To quick validate input data please use Base64 Image Viewer or similar tools.

Output

Actor will try to find pins specified exactly by sprite pin.png and store coordinates of the pins found in dataset and OUTPUT as follows:

[{
"x": 10,
"y": 1
},
{
"x": 1602,
"y": 15
},
{
"x": 1849,
"y": 31
}]