Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
samples edits
  • Loading branch information
kristapratico committed Oct 4, 2021
commit a952c0cee5c49e857a6d23ff8481923e2e7afea2
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
This sample demonstrates how to extract text, selection marks, and layout information from a document
given through a file.

Note that selection marks returned from begin_analyze_document() do not return the text associated with
the checkbox. For the API to return this information, build a custom model to analyze the checkbox and its text.
See sample_build_model_async.py for more information.
Note that selection marks returned from begin_analyze_document(model="prebuilt-layout") do not return the text
associated with the checkbox. For the API to return this information, build a custom model to analyze the
checkbox and its text. See sample_build_model.py for more information.

USAGE:
python sample_analyze_layout_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
documents found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles

More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set
https://aka.ms/azsdk/formrecognizer/buildtrainingset

USAGE:
python sample_build_model_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
This sample demonstrates how to extract text, selection marks, and layout information from a document
given through a file.

Note that selection marks returned from begin_analyze_document() do not return the text associated with
the checkbox. For the API to return this information, build a custom model to analyze the checkbox and its text.
See sample_build_model.py for more information.
Note that selection marks returned from begin_analyze_document(model="prebuilt-layout") do not return the text
associated with the checkbox. For the API to return this information, build a custom model to analyze the
checkbox and its text. See sample_build_model.py for more information.

USAGE:
python sample_analyze_layout.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
documents found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles

More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set
https://aka.ms/azsdk/formrecognizer/buildtrainingset

USAGE:
python sample_build_model.py
Expand Down