blob: a884d065db0fb906bcbc60e1caaac27aa57c0486 [file] [log] [blame]
{
"name": "VinnyOCR",
"version": "1.0.1",
"summary": "OCR library written in Swift powered by the Accelerate and Vision frameworks.",
"homepage": "https://github.com/igorefremov/VinnyOCR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Efremov": "igor@cpgroup.us"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"swift_versions": "5.0",
"frameworks": [
"Accelerate",
"Vision"
],
"source": {
"git": "https://github.com/igorefremov/VinnyOCR.git",
"tag": "v1.0.1"
},
"source_files": [
"VinnyOCR/VinnyOCR/*.swift",
"VinnyOCR/VinnyOCR/Extensions/*.swift",
"VinnyOCR/VinnyOCR/FFNN/*.swift"
],
"description": "VinnyOCR is a fast and small OCR library written in Swift. Powered by the Accelerate and Vision frameworks, it uses a neural network to recognize text. VinnyOCR was created and optimized to recognize short, one line long, alphanumeric codes (e.g. DI49CM). Only iOS and macOS are supported at the moment.",
"swift_version": "5.0"
}