mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-09-01 15:32:24 +08:00
de0ecd466f
* Add PP-DocTranslate and update docs * Fix docs * Add English doc * Fix ut
8 lines
164 B
Python
8 lines
164 B
Python
def check_result_item_keys(result_item):
|
|
assert result_item.keys() == {
|
|
"input_path",
|
|
"page_index",
|
|
"input_img",
|
|
"boxes",
|
|
}
|