Closed Manojdreams closed 5 years ago
Hi, I'm facing the same issue. I see you closed this issue. How did you fix it? The auto detect works sometimes and it doesnot most of the times. Any clue?
Hi, Actually I faced this issue due to the background of the document. When we scan a document with white background the scanner fails to detect it. So I closed that issue.
Regards, Manoj Kumar G.
On Wed, Oct 16, 2019 at 1:37 AM Viswa Chikkala notifications@github.com wrote:
Hi, I'm facing the same issue. I see you closed this issue. How did you fix it? The auto detect works sometimes and it doesnot most of the times. Any clue?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/andreluisjunqueira/react-native-documentscanner-android/issues/35?email_source=notifications&email_token=ALRPBNST2EYNCQRSYPMHGC3QOYPITA5CNFSM4IPOW52KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBKBUJQ#issuecomment-542382630, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRPBNWE2XUVFLSNYJNLR2TQOYPITANCNFSM4IPOW52A .
My code:
<DocumentScanner style={{ flex: 1, backgroundColor: 'transparent', width: '100%', height: '100%', }} onPictureTaken={data => { console.log(data.path); }} enableTorch={false} manualOnly={false} detectionCountBeforeCapture={5} />