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
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
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
2
votes
0 answers

Is there a way to export automatically (all) zones/boxes as jpg/png/images?

I would like to export a piece from each page of a pdf document in order to create a shorter document (to facilitate manual pre-treatments, actually). I've already "boxed"/"zoned" them with Abbyy FineReader (12). Would anyone know how to export…
2
votes
1 answer

How to download Abbyy FineReader Engine

We are very new to Abby Fine Reader. We would need to do some customization to read the recognized text. For that we have tried to download the Abbyy Fine Reader Engine trail, but the link always navigate us to Cloud OCR SDK page. Please help us to…
venkat
  • 347
  • 1
  • 4
  • 20
2
votes
1 answer

Loading ABBYY Engine

I have this code in C++/CLI project: CSafePtr engine; HMODULE libraryHandle; libraryHandle = LoadLibraryEx("FREngine.dll", 0, LOAD_WITH_ALTERED_SEARCH_PATH); typedef HRESULT (STDAPICALLTYPE* GetEngineObjectFunc)(BSTR, BSTR, BSTR,…
Václav Dajbych
  • 2,584
  • 2
  • 30
  • 45
2
votes
1 answer

Scripting ABBYY FineREader with AppleScript

The latest version of ABBYY FineReader for OS X now supports AppleScript. I try to write a simple script that does an OCR of a given pdf document and saves it as a pdf document to make it searchable. Unfortunately, I'm a beginner in AppleScript and…
Markus
  • 436
  • 3
  • 13
2
votes
1 answer

Find edges on a receipt and correct the angle with OpenCV - Java

I'm trying to figure out how to correct the angle of a given image of a receipt (taken with a digital camera, so it's probably not straight enough) using OpenCV in Java. The plan is to (maybe) improve ABBYY FineReaders automatic text recognition…
user3515554
  • 31
  • 1
  • 3
1
vote
3 answers

Delphi: create menu (tabs) like in FineReader 11

Can I create a menu like in Fine Reader 11 in Delphi XE (also using 3d party controls)? What do I need to make an effect like on pictures below? Thanks. Some other examples:
maxfax
  • 4,281
  • 12
  • 74
  • 120
1
vote
1 answer

Finereader recognizes multiple tables in the image as a single table block in the layout

How to identify and separate the one table block to multiple table blocks with C# ? My idea would be recognizing table headers and logically try and split table blocks. Is there any better way to separate tables ? also, Is there a way to draw new…
Sakthivel
  • 1,890
  • 2
  • 21
  • 47
1
vote
3 answers

FineReader Engine Java SDK. How to ignore pictures during conversion from PDF to DOCX

I need to find a way to ignore pictures and photos from PDF document during conversion to DOCX file. I am creating an instance of FineReader Engine: IEngine engine = Engine.InitializeEngine( engineConfig.getDllFolder(),…
Uladzislau Kaminski
  • 2,113
  • 2
  • 14
  • 33
1
vote
2 answers

Running FREngine on Linux VM machine

I have installed FREngine 12 version. The license was installed. I have exported JDK variable and run the command: echo "/opt/ABBYY/FREngine12/Bin" | sudo tee -a /etc/ld.so.conf; sudo ldconfig But during initializing Engine this…
Uladzislau Kaminski
  • 2,113
  • 2
  • 14
  • 33
1
vote
2 answers

Is there any way to use ABBYY FRE on .NET Core

I am developing application using .NET Core console application. And I need to use ABBYY FRE in my project. I have developed .NET Framework 4.5 application previously. I have used FRE using COM object. And it works very well. But .NET Core works…
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
1
vote
0 answers

How to use regular expressions to improve OCR using ABBYY FineReader

I am using ABBYY FineReader 12 with the Java API for an OCR task focusing on recognizing IDs in several well known patterns (regular expressions). I am having trouble with the recognition of similar looking characters, for example: sometimes g's get…
Amnon
  • 2,212
  • 1
  • 19
  • 35
1
vote
0 answers

How to add an exception to wait for process to close command in PowerShell?

I have a simple bit of code below which runs an exe successfully 98% of the time. PowerShell waits for FineCmd.exe to close using | Out-Null. Note: FineCmd.exe runs FineReader.exe However, sometimes FineReader.exedisplays a simple error message box…
1
vote
1 answer

docx file to python in correct format

I have a docx file created by FineReader (FineReader takes a pdf file and creates a text file with the text from the pdf). Now I want to read the file using python3. I used: with open('file.docx') as file: for line in file: …
DevB2F
  • 4,674
  • 4
  • 36
  • 60
1
2