Skip to content

Commit 24be2e1

Browse files
committed
Comment added to README
1 parent bc3d14e commit 24be2e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ result = email_api.ai_bcr_parse_storage(requests.AiBcrParseStorageRequest(
8181
models.AiBcrParseStorageRq(
8282
images=[
8383
models.AiBcrImageStorageFile(
84-
True,
84+
True, #Flag isSingle determines that image contains single VCard or more.
85+
#Only single VCard on image variant is supported in current version.
8586
models.StorageFileLocation(storage, folder, file_name))],
8687
out_folder=models.StorageFolderLocation(storage, out_folder_path))))
8788
# Get file name from recognition result

0 commit comments

Comments
 (0)