This function extracts text from pages determined by arguments nStartPage and nPageCount.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_text_extract(
LPSTR lpszFileName,
LPSTR lpszTextName,
UINT nStartPage,
UINT nPageCount
);
|
|
Arguments:
| Name | Type | Description |
| lpFileName | LPSTR | Name of the PDF or PS document. |
| lpTextFileName | LPSTR | Name of the output TXT file. |
| nStartPage | UINT | Number of the first page. |
| nPageCount | UINT | Total number of pages to be processed (starting at nStartPage). |
Return Value:
Error count
Supported Raster Image Formats:
This function does not process image pixels.