Welcome to AnChiPy’s documentation!

Contents:

anchipy.anchipy: provides entry point main().

anchipy.add_border(pdf)[source]

Add top, bottom, left and right borders to the current doc

anchipy.init_pdf()[source]

Initialize one pdf page

anchipy.locate_paragraph_words(uni_words, curj, page)[source]

Locate words in paragraph

anchipy.main()[source]

Main function

anchipy.page_merge(pdf)[source]

Merge new page to the existing pages

Parameters:pdf – new pdf page
anchipy.read_utf8_file(filename)[source]

Read file contentsq as utf8 characters

Parameters:filename (string) – input file name
Returns:array of utf-8 characters
Return type:list
anchipy.render_pdf_paragraph(pdf, P, loc_list, page_list, curp)[source]

Render a paragraph

Indices and tables