1

My question is simple and clear. I find that nobody else seems to have this problem. I insist to use Foxit libraries because it supports Farsi text recognition. My programming language is VBA.

Milad
  • 77
  • 11
  • This post looks like it has working code ... https://stackoverflow.com/questions/60140536/merge-pdf-files-with-vba-and-foxit – user10186832 Feb 08 '23 at 12:13
  • But it seems that it didn't say anything about **conversion** – Milad Feb 08 '23 at 12:46
  • This post looks more promising though ... https://kb.foxit.com/hc/en-us/articles/360040660351-How-to-edit-or-change-scan-based-PDF-?utm_source=googleads&utm_medium=Shopping&cq_cmp=17931245485&utm_campaign=FOXIT_GA_EU1_EN_PMAX_REVENUE_ONLINE%20STORE_PDF%20EDITOR&gclid=CjwKCAiArY2fBhB9EiwAWqHK6mAbZMGvMV7gPcTtlKFJNfVJqYavss-3GeYFmvsLSFSvRoIqyJWSfxoCHVMQAvD_BwE – user10186832 Feb 08 '23 at 12:53
  • Thanks but I want to do it pragmatically. – Milad Feb 08 '23 at 12:56
  • I tried their SDK but there is no OCR tools or methods in that library too. The closest thing that I could find to gets me near to my goal (But not exactly) is `.OCRAndExportToExcel` method of `FoxitPhantomPDF` library. But as the name suggests it always make an Excel file and OCR operations is not visible in PDF file. – Milad Feb 19 '23 at 07:53

1 Answers1

0

It seems that there is no method neither in PhantomPDF nor in FoxIt SDK Libraries to only OCR a PDF file without saving it as Excel file afterwards.

Milad
  • 77
  • 11