Questions tagged [finereader]

FineReader is an optical character recognition (OCR) application

FineReader is a paid optical character recognition (OCR) application and toolkit developed by ABBYY.

The SDK allows the conversion of a wide choice of image documents including photos, scanned documents and PDF files into indexable and/or editable formats like TXT, PDF, DOCX, and many more.

30 questions
1
vote
1 answer

FineReader - How to create/use a custom dictionary

I'm trying to create a custom dictionary to use into Abby FineReader SDK for C#, but I'm getting no success. Is there someone who knows how to create and use a custom dictionary into FineReader?
Grandpa
  • 63
  • 8
1
vote
1 answer

Business card recogition not seeing umlauts

I'm using a trial version of Finereader 11 to scan business cards. So far it ignores all umlauts. Should I be initialising the engine in a different way? Do I need to specify which languages I want? IFRDocument document =…
paul
  • 13,312
  • 23
  • 81
  • 144
1
vote
1 answer

Ad-Hoc dictionary

I m currently working on a small project with Finereader 11 SDK. To improve my results i like to work with an ad-hoc dictionary. The content of the dictionary is based on the first word of a certain line Example: Samsung Galaxy S3 ... many other…
urbiwanus
  • 713
  • 5
  • 21
1
vote
3 answers

ABBYY FineReader SDK how to define minimum recognition ratio

does someone work with fineReader abbyy sdk 10? I am curious if is even possible to get the success rate of data mining after image ocr processing. For scenario that we have workflow for data collecting from images and if recognized result is less…
1
vote
1 answer

c# and finereader lib's

I hear, there is fine-reader lib's for c#, so that i can read text on my image, but i did't find this in web, are there any tutorials? code? Also what also can i use to read in my windows-form app text on my image? Simple: in code i load image, and…
brabertaser19
  • 5,678
  • 16
  • 78
  • 184
0
votes
2 answers

How to enable the Barcode recognization in Abbyy Fine Reader Engine 12?

Barcode recognition is disabled by default in Abbyy Fine Reader Engine 12. In order to enable it, I need to set the DetectBarcodes property of the PageAnalysisParams Object to TRUE. Can anyone please help me, how can I set this property true in my…
Kakashi
  • 7
  • 4
0
votes
1 answer

How to invoke Abbyy fine reader through command line or any API?

I need to convert the .tif image to .pdf using Abbyy fine reader in my website. Could anyone tell me the required commands executed in command line or call the API using ajax. Thanks.
0
votes
1 answer

Save and reload OCR result of Abbyy FineReader

Assume I have OCR-ed multiple PDFs in Abbyy FindeReader. Is it possible to reload the OCR results in Abbyy FineReader at a later time in order to correct OCR errors? My idea is that I want to split executing the OCR and (at a later time) correcting…
WJH
  • 539
  • 5
  • 14
0
votes
1 answer

How to know if image is upside down before OCR ? if Transform or correcting orientation needed, how to know 90/180 transformation is right?

I am working with multi-page scanned text documents and I use FineReader 12 SDK as a underlying OCR engine. Sometimes, the document is scanned upside down or different orientation and causes all the resulted recognition characters are to be…
Sakthivel
  • 1,890
  • 2
  • 21
  • 47
0
votes
0 answers

C#: How to Marshal VariantBool to managed boolean?

I am currently working on a Wrapper Class for a C++ Library in C# (dotnet core 3.1 on debian linux) and struggling with DllImport the following method (taken from the libs documentation): HRESULT __stdcall InitializeEngine( BSTR…
ZeroTek
  • 1,302
  • 1
  • 11
  • 30
0
votes
3 answers

Classification by ABBYY FineReader

I am exploring ABBYY for my project use case. We have Invoices, Cheques, and few other document types to be classified and extracted. I was going through ABBYY FineReader and FlexiCapture capabilities and could not come across classification feature…
mounika
  • 75
  • 9
0
votes
0 answers

I find no solution to this type conflict. Where did i go wrong?

I've been trying to fix the following mistake for a few hours. I got the ABBYY FineReader SDK to work with the OCR-API. So far so good to get familiar with the SDK, I tried to get it running with an ABBYY sample. But the error (shown below) stopped…
0
votes
1 answer

Customization on Abbyy FineReader through programming

We are very new to Abby Fine Reader. When we are doing OCR by using this product, the recognized text will be transferred to text editor window. Here we would need to read the text from text editor window through programming as and when it comes to…
venkat
  • 347
  • 1
  • 4
  • 20
0
votes
1 answer

How to create a ligature from a user dictionary in Abby Finereader?

I need to recognize a complex chemichal names from a scanned document (pdf). They contain special characters and are written in a table format. I also have an Excel document that contains ALL possible names (I would say rows because there are no…
Yodo
  • 25
  • 9
0
votes
2 answers

C# memory error on program exit

I have a rather simple C# program (no UI, just command line) that uses a 3rd party library (Abbyy's Finereader 8.1) to do some work and then exits. Simple enough and works quite well. Recently however we've started getting the following error from…
Kris
  • 14,426
  • 7
  • 55
  • 65
1
2