Consolidate avoid-incorrect-barcode-results FAQs (PR #59 follow-up) - #61
Merged
Merged
Conversation
…rticle Per PR #59 review: merge general/avoid-incorrect-results.md and general/avoid-incorrect-barcode-results.md into a single edition-agnostic FAQ (minResultConfidence + minBarcodeTextLength apply identically across server, web, and mobile). Move the CODE_128 trailing-byte issue out into its own standalone FAQ. Drop the now-duplicate server and web copies and repoint their index.md entries to the general FAQ. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per the review discussion on #59 (claire-chan + lyzhang0113), this consolidates the duplicated/overlapping "avoid incorrect results" FAQs:
barcode-reader/server/configuration/avoid-incorrect-results.md(near-duplicate of the general copy).barcode-reader/web/configuration/avoid-incorrect-barcode-results.md(overlapping content, different wording).general/avoid-incorrect-results.mdandgeneral/avoid-incorrect-barcode-results.mdinto one canonical, edition-agnostic FAQ atgeneral/avoid-incorrect-barcode-results.md(minResultConfidence+minBarcodeTextLengthapply identically across server/web/mobile viaSimplifiedBarcodeReaderSettings; cites both the C++ and JavaScript API references).general/code-128-extra-trailing-byte.md.general/index.md,server/index.md,server/configuration/index.md,web/index.md, andweb/configuration/index.mdto point at the new/consolidated pages (server and web entries now cross-link to the general FAQ instead of a local duplicate).Base branch is
preview(PR #59's head branch) so this merges directly into that PR's content rather than opening a separate main-bound PR.Test plan