dsidavis/AbbyyXML: Read Optical Character Recognition Results from Abbyy XML Files

Functionality to read the XML documents resulting from optical character recognition by Abbyy on an image. For now, the important functionality is to get the locations of the important elements on the page, and to plot them. There are some convenience features to facilitate using the functions, e.g., methods and subscripting of documents. This serves a different purpose than the abbyyr package. That allows one to interact with the Abbyy cloud service and API, i.e. to upload documents to be OCR'ed and retrieve the results. That package doesn't process the results other than retrieving the contents. This is a good division of labor and focus in the package, i.e. not doing both. This is teh UNIX philosophy of doing one thing and doing it well.

Getting started

Package details

AuthorDuncan Temple Lang <duncan@r-project.org>, Matt Espe
MaintainerDuncan Temple Lang <duncan@r-project.org>
LicenseBSD3 + LICENSE
Version0.1-0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dsidavis/AbbyyXML")
dsidavis/AbbyyXML documentation built on May 23, 2019, 8:38 a.m.