Questions tagged [abbyy]

ABBYY is a leading provider of document conversion, data capture and linguistic software. The key areas of ABBYY's research and development include document recognition technologies and applied linguistics.

ABBYY's recognition technologies help people manage the increasing amount of information delivering powerful instruments which enable them to unlock information from paper and images, automatically acquire data, and process and store valuable information.

OCR SDK products allows developers to integrate OCR (optical character recognition) technologies into their own applications and products.

Official website | FineReader Engine | Mobile OCR Engine | FlexiCapture Engine | Cloud OCR SDK

117 questions
10
votes
5 answers

abbyy finereader.exe looking for cmd commands to use in other programms

I just bought abbyy finereader 11 copr to rund it from another programm, but i cant find any commends to be used for finereader.exe. so without any commands it simply openens and scans but i need to tell it where to save the document and how to name…
user1748357
  • 101
  • 1
  • 1
  • 4
7
votes
2 answers

Abbyy Finereader command line usage / python usage?

I have a project which needs to scan certain images with OCR. I know the software abbyy finereader does pretty well (also tried a trial version which works nearly perfectly for me) and now I'm wondering how to embed this software into python or…
tim
  • 9,896
  • 20
  • 81
  • 137
7
votes
6 answers

ABBYY Mobile OCR Engine for Iphone

I am looking to use/buy a OCR solution for my next iPhone app. Searching through the answers on this site didn't really help me a lot. Did anybody ever use ABBYY Mobile OCR Engine for iPhone? What interests me is how good is it (recognition) and how…
Alexandru Luchian
  • 2,760
  • 3
  • 29
  • 41
6
votes
1 answer

Recognise text in certain position using the Iphone camera

I would like to develop an app which should be able to recognise some numbers in a computer printed card (located in fixed locations of the card) and then send them to a webservice. I know that I should use an OCR but I'm not sure which product…
Jordi Corominas
  • 1,244
  • 10
  • 15
5
votes
0 answers

ABBYY FineReader Engine API Resources

Does any one worked with ABBYY FineReader Engine 9.0 API? There are almost no resources available on internet. The only thing is the developer reference help file installed along with it. But that is not sufficient enough.
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
4
votes
2 answers

Build error while trying to build ABBYY Mobile OCR SDK sample code

I have obtained the trial license from ABBYY and obtained the trial SDK for iPhone. But I can not build and debug the project on my device. It gives an error : "_OBJC_CLASS_$_CMocrManager", referenced from: The application works fine in simulator…
YogiAR
  • 2,207
  • 23
  • 44
4
votes
1 answer

"requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: ..." when trying to create CloudOCR object

Let me first say that I'm not sure if I'm using this library properly. Method #1 I'm going off of this page (here's the Github). I'm using this code: from ABBYY import CloudOCR ocr = CloudOCR(application_id='ApplicationID',…
ChumiestBucket
  • 868
  • 4
  • 22
  • 51
4
votes
1 answer

Calculate sum in script in ABBYY Flexicapture

I would like to perform the function of a Calculate Sum rule with a Script rule in ABBYY Flexicapture, because I want to only perform the calculation based on evaluation of an if statement. I have tried the following in a C# script rule: IFields…
Ben Walker
  • 2,037
  • 5
  • 34
  • 56
4
votes
1 answer

ABBYY Flexicapture connect to database

I have often run database queries in ABBYY Flexicapture by connecting to dll methods that contained the database calls. I would like to have the ability to connect directly in the ABBYY rules, if possible. A relatively recent update added the…
Ben Walker
  • 2,037
  • 5
  • 34
  • 56
3
votes
2 answers

How to get coordinates using abbyy mobile sdk for iphone

I am using sample project of abbyy mobile SDK for iPhone (version 4). using this how can i get co-ordinates of specific word(s) of an image using the mobile sdk for iphone . I have checked the API reference and found FineRecognizeRegion Function…
YogiAR
  • 2,207
  • 23
  • 44
3
votes
1 answer

Get char bounding boxes and confidence levels in ABBYY SDK

I convert an image using ABBYY's OCR SDK: CSafePtr frDocument = ...; frDocument->AddImageFile( "C:\\test\\input.tif" ); frDocument->Process( 0 ); frDocument->Export( "C:\\test\\output.rtf", FEF_RTF, 0 ); But now I need to get the char…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
3
votes
0 answers

Android ABBY library - read engraved text

I need to get text from engraved text on nameplate. I am using ABBYY sdk but still not able to detect all with accuracy. Please suggest any improvement to get text. Any help is appreciated. Thanks, Vyoma
2
votes
1 answer

ABBYY OCR SDK: I am trying a sample script for recognizing business cards but not getting any output

I am trying to use OCR SDK in PHP from ABBYY.com for recognizing business cards. I have the following code just to check out how it works. When I execute the code I get a blank output. Where I could be gonig wrong on the code? $applicationId =…
Goje87
  • 2,839
  • 7
  • 28
  • 48
2
votes
2 answers

Incorrect coordinates retrieved from image using ABBYY OCR SDK

I'm trying to process an image using ABBYY OCR SDK using the sample code placed in this question but I'm not able get the co-ordinates right for a specific word say "OCR" on the screenshot below. I want to draw an overlay (yellow rectangle over…
YogiAR
  • 2,207
  • 23
  • 44
2
votes
2 answers

"The RPC server is unavailable" Error on Azure Could Server 2019

This is regarding Abbyy Setup issue that we are facing on a Azure Cloud Machine which is a Windows Server 2019 VM. We followed the Admin Guide for Reader 12, the "Manual Runtime Installation Steps" were followed for the setup. The Bin64, Data and…
Priya
  • 21
  • 2
1
2 3 4 5 6 7 8