{"id":32202291,"url":"https://github.com/gojiplus/abbyyr","last_synced_at":"2026-03-08T16:31:48.792Z","repository":{"id":33056763,"uuid":"36693208","full_name":"gojiplus/abbyyR","owner":"gojiplus","description":"R Client for the Abbyy Cloud OCR ","archived":true,"fork":false,"pushed_at":"2023-07-04T18:47:36.000Z","size":4244,"stargazers_count":42,"open_issues_count":2,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-08T16:21:54.588Z","etag":null,"topics":["abbyy-cloud-ocr","cran","ocr","ocr-engine"],"latest_commit_sha":null,"homepage":"http://soodoku.github.io/abbyyR/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gojiplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-06-01T22:41:01.000Z","updated_at":"2024-03-30T21:53:59.000Z","dependencies_parsed_at":"2023-07-12T14:49:48.515Z","dependency_job_id":null,"html_url":"https://github.com/gojiplus/abbyyR","commit_stats":null,"previous_names":["gojiplus/abbyyr","soodoku/abbyyr"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gojiplus/abbyyR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2FabbyyR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2FabbyyR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2FabbyyR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2FabbyyR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gojiplus","download_url":"https://codeload.github.com/gojiplus/abbyyR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2FabbyyR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280376527,"owners_count":26320275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abbyy-cloud-ocr","cran","ocr","ocr-engine"],"created_at":"2025-10-22T04:01:25.160Z","updated_at":"2025-10-22T04:03:32.933Z","avatar_url":"https://github.com/gojiplus.png","language":"HTML","readme":"## Access Abbyy Cloud OCR from R\n\n[![Build Status](https://travis-ci.org/soodoku/abbyyR.svg?branch=master)](https://travis-ci.org/soodoku/abbyyR)\n[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/yh856e6cv7uucaj2?svg=true)](https://ci.appveyor.com/project/soodoku/abbyyR)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/abbyyR)](https://cran.r-project.org/package=abbyyR)\n![](http://cranlogs.r-pkg.org/badges/grand-total/abbyyR)\n[![codecov](https://codecov.io/gh/soodoku/abbyyR/branch/master/graph/badge.svg)](https://codecov.io/gh/soodoku/abbyyR)\n[![Research software impact](http://depsy.org/api/package/cran/abbyyR/badge.svg)](http://depsy.org/package/r/abbyyR)\n[![Github Stars](https://img.shields.io/github/stars/soodoku/abbyyR.svg?style=social\u0026label=Github)](https://github.com/soodoku/abbyyR)\n\nEasily OCR images, barcodes, forms, documents with machine readable zones, e.g. passports, right from R. Get the results in a wide variety of formats, from text files to detailed XMLs with information about bounding boxes, etc.\n\nThe package provides access to the [Abbyy Cloud OCR SDK API](http://ocrsdk.com/). Details about results of calls to the API can be [found here](http://ocrsdk.com/documentation/specifications/status-codes/).\n\n### Installation\n\nTo get the latest version on CRAN:\n```r\ninstall.packages(\"abbyyR\")\n```\n\nTo get the current development version from GitHub:\n\n```r\n# install.packages(\"devtools\")\ndevtools::install_github(\"soodoku/abbyyR\", build_vignettes = TRUE)\n```\n\n### Using abbyyR\n\nTo get acquainted with some of the important functions, read the vignettes:\n\n```r\n# Overview of the package\nvignette(\"introduction\", package = \"abbyyR\")\n# some functions are used along with output\nvignette(\"example\", package = \"abbyyR\")\n# how to scrape text from a folder of images\nvignette(\"wiscads\", package = \"abbyyR\")\n```\n\nThe final output quality varies by complexity of the layout to resolution to font face etc. To measure the final quality of ocr, you can measure the edit distance to `gold standard' coded sample using [recognize](https://github.com/soodoku/recognize). To do quick edit distance based search and replace to fix messy data, you can use [turbo search and replace](https://github.com/soodoku/search-and-replace).\n\n### License\nScripts are released under the [MIT License](https://opensource.org/licenses/MIT).\n\n### Contributor Code of Conduct\n\nThe project welcomes contributions from everyone! In fact, it depends on it. To maintain this welcoming atmosphere, and to collaborate in a fun and productive way, we expect contributors to the project to abide by the [Contributor Code of Conduct](http://contributor-covenant.org/version/1/0/0/).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgojiplus%2Fabbyyr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgojiplus%2Fabbyyr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgojiplus%2Fabbyyr/lists"}