-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
52 lines (51 loc) · 1.15 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
export(.onAttach)
export(build_block_df)
export(build_token_df)
export(create_processor)
export(dai_async)
export(dai_async_tab)
export(dai_auth)
export(dai_notify)
export(dai_status)
export(dai_sync)
export(dai_sync_tab)
export(dai_token)
export(dai_user)
export(delete_processor)
export(disable_processor)
export(draw_blocks)
export(draw_entities)
export(draw_lines)
export(draw_paragraphs)
export(draw_tokens)
export(enable_processor)
export(from_labelme)
export(get_entities)
export(get_ids_by_type)
export(get_processor_info)
export(get_processor_versions)
export(get_processors)
export(get_project_id)
export(get_tables)
export(get_text)
export(get_versions_by_type)
export(image_to_pdf)
export(img_to_binbase)
export(is_colour)
export(is_json)
export(is_pdf)
export(list_processor_types)
export(make_hocr)
export(merge_shards)
export(pdf_to_binbase)
export(reassign_tokens)
export(reassign_tokens2)
export(redraw_blocks)
export(split_block)
export(tables_from_dai_file)
export(tables_from_dai_response)
export(text_from_dai_file)
export(text_from_dai_response)
importFrom(fs,dir_ls)
importFrom(googleCloudStorageR,gcs_upload)