page_save

page_save function

Optical character recognition image from file with reconition settings. Allowed formats is PNG, JPG, BMP. Buffer allocated by the caller. If the buffer is null, the function returns the required buffer size. Saves the document in a plain text, PDF or Microsoft Word Document.

void page_save(const char *image_path, const char *save_path, RecognitionSettings settings)

Returns: void