Index

D

TypeDescription
download_pdf_fontDownload the PDF font file needed to create PDF images.
download_languagesDownload the language data files needed to OCR an image.

G

TypeDescription
GitHubProjectDescribes a GitHub repository to download data files from.

I

TypeDescription
IFFImage enumeration to identify image types.

L

TypeDescription
lept_versionRetrieve the version of the Leptonica library.

P

TypeDescription
PixPicture object to perform OCR on.
PixBoxPicture box to reference an area inside a Pix object.
pix_delete!Manually free a image.
pix_get_depthRetrieve the color bit depth of the image in BPP.
pix_get_dimensionsRetrieve the image width, height, and color bit depth.
pix_readRead an image from disk, memory, or a stream.
pix_read_bmpRead a BMP image from disk, memory, or a stream.
pix_read_gifRead a GIF image from disk, memory, or a stream.
pix_read_jp2kRead a JP2K image from disk, memory, or a stream.
pix_read_jpegRead a JPEG image from disk, memory, or a stream.
pix_read_pngRead a PNG image from disk, memory, or a stream.
pix_read_pnmRead a PNM image from disk, memory, or a stream.
pix_read_spixRead a SPIX image from disk, memory, or a stream.
pix_read_tiffRead a TIFF image from disk, memory, or a stream.
pix_read_webpRead a WEBP image from disk, memory, or a stream.
pix_writeWrite an image to disk, memory or a stream.
pix_write_implied_formatWrite an image to disk.
pix_write_bmpWrite image to disk, memory or a stream as a BMP file.
pix_write_gifWrite image to disk, memory or a stream as a GIF file.
pix_write_jp2kWrite image to disk, memory or a stream as a JP2K file.
pix_write_jpegWrite image to disk, memory or a stream as a JPEG file.
pix_write_pamWrite image to disk, memory or a stream as a PAM file.
pix_write_pdfWrite image to disk, memory or a stream as a PDF file.
pix_write_pngWrite image to disk, memory or a stream as a PNG file.
pix_write_pnmWrite image to disk, memory or a stream as a PNM file.
pix_write_psWrite image to disk, memory or a stream as a PostScript file.
pix_write_spixWrite image to disk, memory or a stream as a SPIX file.
pix_write_tiffWrite image to disk, memory or a stream as a TIFF file.
pix_write_webpWrite image to disk, memory or a stream as a WEBP file.

S

TypeDescription
sample_pixCreate a sample image with text for testing.
sample_tiffCreate a sample TIFF file with text for testing.

T

TypeDescription
TessInstTesseract object to perform OCR functions.
TessOutputHolds the result of an operation that will be returned later.
TessParamObject that describes a parameter than can be set in TessInst.
TessPipelineObject used to process a sequence of pages.
tess_altoExtract the text on the image as an ALTO xml format.
tess_confidencesRetrieve the condidences of the OCR results.
tess_delete!Manually free a TessInst or TessPipeline object.
tess_available_languagesRetrieve the list of languages that can be loaded.
tess_get_paramRetrieve the value of a parameter from the Tesseract engine.
tess_hocrExtract the text on the image as a HOCR xml format.
tess_imageSet the image to OCR.
tess_initChange the languages to OCR.
tess_initialized_languagesRetrieve the list of languages loaded by tess_init.
tess_loaded_languagesRetrieve the list of languages actually loaded.
tess_lstm_boxExtract the text on the image as a LSTM box text format.
tess_paramsRetrieve the list of parameters as a string.
tess_params_parsedRetrieve the list of parameters as an array of TessParam objects.
tess_parsed_tsvExtract the text on the image as a parsed TSV format.
tess_pipeline_altoAdd an ALTO XML output renderer to a Pipeline.
tess_pipeline_hocrAdd a HOCR XML output renderer to a Pipeline.
tess_pipeline_lstm_boxAdd a LSTM BOX output renderer to a Pipeline.
tess_pipeline_pdfAdd a PDF output renderer to a Pipeline.
tess_pipeline_textAdd a text output renderer to a Pipeline.
tess_pipeline_tsvAdd a Tabbed Separated Value output renderer to a Pipeline.
tess_pipeline_unlvAdd a UNLV/UTF-8 renderer to a Pipeline.
tess_pipeline_unlv_latin1Add a UNLV/Latin1 renderer to a Pipeline.
tess_pipeline_word_boxAdd a Word BOX output renderer to a Pipeline.
tess_read_configRead and set variables from the specified configuration file.
tess_read_debug_configRead and set the debug variables from the specified configuration file.
tess_recognizePerform the OCR extraction on the image.
tess_resolutionSet the resolution of the image to OCR.
tess_run_pipelineExecute the pipeline, processing multiple pictures.
tess_set_paramSet the value of a parameter from the Tesseract engine.
tess_textExtract the text on the image as text.
tess_text_boxExtract the text on the image in text box format.
tess_tsvExtract the text on the image in the TSV text format.
TsvObject containing the details of a Tabbed Separated Value (TSV) line.
tess_unlvExtract the text on the image in the UNLV UTF-8 text format.
tess_unlv_latin1Extract the text on the image in the UNLV Latin1 format.
tess_word_boxExtract the text on the image in word box text format.

U

TypeDescription
update_pdf_fontUpdate the PDF font file needed to create PDF images.
update_languagesUpdate the language data files needed to OCR an image.