-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdk Issue #26
Comments
Hello, Kind regards, |
I'm getting the exact same issue. i have Git LFS installed and am using xcode version 7.3.1 (7D1014) please help! below is the error output: Ld /Users/matthew/Library/Developer/Xcode/DerivedData/BlinkOCRTest-faoogcxslycgoienhlsougicgetd/Build/Products/Debug-iphonesimulator/BlinkOCRTest.app/BlinkOCRTest normal x86_64 ld: warning: ignoring file /Users/matthew/Documents/projects/sandbox/BlinkOCRTest/Pods/PPBlinkID/MicroBlink.framework/MicroBlink, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (x86_64): /Users/matthew/Documents/projects/sandbox/BlinkOCRTest/Pods/PPBlinkID/MicroBlink.framework/MicroBlink |
Are you installing our SDK via CocoaPods or manually (by cloning, or downloading a release)? |
I’ve tried downloading the cloning project and running the samples. Downloading the zip from gitup and running the samples. Manually copying the frameworks into a new project and now I just tried using cocoa pods. And every method I try I get the same issue. It compiles with just referencing the header, but the minute I add the code below to my main view controller it gives the errors I’ve attached:
} /**
*/
} From: Pickles112358 <notifications@github.commailto:notifications@github.com> Are you installing our SDK via CocoaPods or manually (by cloning, or downloading a release)? — Matthew Cooper 6153893357x127 ATIBA | ENGAGING SOLUTIONS |
Just for confirmation, |
OK yeah I think that’s the issue, I checked to make sure earlier that it wasn’t under 100mb, but I read 134bytes as 134 mb :). So yeah ,looks like my git lfs isn’t working right. I installed it using brew, should I restart my machine or something? From: Pickles112358 <notifications@github.commailto:notifications@github.com> Just for confirmation, — Matthew Cooper 6153893357x127 ATIBA | ENGAGING SOLUTIONS |
Yeah, the issue is definetly with Git LFS then. I think restarting the console/terminal will be enough. If you do not wish to use Git LFS, you can manually download the release zip here: https://github.com/BlinkID/blinkid-ios/releases/download/v2.1.0/BlinkID-ios_v2.1.0.zip Sample from that zip should work out of the box and you can follow manual installation guide with it. Let me know if you managed to fix the error or if you have any other issues. Kind regards, |
Great it’s working now. I have another issue with the OCR sdk. it’s building and running, and I’m trying to test capturing the text from an insurance card. I can see it highlighting all the letters on the overlay, but then it just sits there changing a couple of the letters back n forth and never completes. Is it supposed to auto complete the scan and call the did output method on it’s own or do I need to trigger it somehow when I am happy with the match? From: Pickles112358 <notifications@github.commailto:notifications@github.com> Yeah, the issue is definetly with Git LFS then. I think restarting the console/terminal will be enough. If you do not wish to use Git LFS, you can manually download the release zip here: https://github.com/BlinkID/blinkid-ios/releases/download/v2.1.0/BlinkID-ios_v2.1.0.zip Sample from that zip should work out of the box and you can follow manual installation guide with it. Let me know if you managed to fix the error or if you have any other issues. Kind regards, — Matthew Cooper 6153893357x127 ATIBA | ENGAGING SOLUTIONS |
This is intended behaviour: For customization please checkout our GitHub wiki and our "Getting started" guide: You can use our Templating API to scan custom objects: such as IDs, passports or in your case, insurance cards. You can check our TemplatingAPI-sample for example of scanning croatian ID card. Bear in mind that scanning custom cards is no easy task but all the documentation is available on the wiki. If you need anything else don't hesitate to contact us. Kind regards, |
Actually ignore that I just noticed that it’s logging it to the system log. However it is switching back n forth a lot between correct recognition and bad recognition. From: Pickles112358 <notifications@github.commailto:notifications@github.com> Yeah, the issue is definetly with Git LFS then. I think restarting the console/terminal will be enough. If you do not wish to use Git LFS, you can manually download the release zip here: https://github.com/BlinkID/blinkid-ios/releases/download/v2.1.0/BlinkID-ios_v2.1.0.zip Sample from that zip should work out of the box and you can follow manual installation guide with it. Let me know if you managed to fix the error or if you have any other issues. Kind regards, — Matthew Cooper 6153893357x127 ATIBA | ENGAGING SOLUTIONS |
Do you have a tamarin binding project for the Blink OCR library? Right now I only see one for Blink ID. From: Pickles112358 <notifications@github.commailto:notifications@github.com> Yeah, the issue is definetly with Git LFS then. I think restarting the console/terminal will be enough. If you do not wish to use Git LFS, you can manually download the release zip here: https://github.com/BlinkID/blinkid-ios/releases/download/v2.1.0/BlinkID-ios_v2.1.0.zip Sample from that zip should work out of the box and you can follow manual installation guide with it. Let me know if you managed to fix the error or if you have any other issues. Kind regards, — Matthew Cooper 6153893357x127 ATIBA | ENGAGING SOLUTIONS |
Sounds similar to mine! #25 |
Hi Dino, |
@matthewjcooper We currently support xamarin plugin only for BlinkID. BlinkID actually contains all the features from BlinkOCR (most importantly - BlinkOcrRecognizer), but the functionality is not exported to Xamarin wrapper. We plan to expose basic BlinkOCR functionality in BlinkID-Xamarin project, but all the customizations, parsing, templating, and so on, will be available only using Native API. Please open a new issue in BlinkID-xamarin project for this. |
@nrvraghu if the problem is solved, please close the issue. All other issues should be in posted separately :) |
Have this same issue |
The error is caused by binaries not being downloaded from LFS. In your repository, issue following command:
This will download new binaries and you will not get the same linker error anymore. |
@nahuelnewsdeveloper Please check answer from @DoDoENT above yours: In your repository, issue following command:
This will download new binaries and you will not get the same linker error anymore. |
I faced with same issue. I used CocoaPods to install Microblink framework. BUT CocoaPods still keep old |
Hi i have implemented pod 'PPBlinkID', '~> 2.17.2’ and Git gls the problem i am facing is the after i put my iphone or ipad camera on the license or any other document i doesn't scan the document i mean to say i am not getting any scan results on this function import UIKit class ViewController: UIViewController {
// /** Allocate and present the scanning view controller */
} extension ViewController{
} extension ViewController: PPScanningDelegate{
// if (result is PPGermanIDFrontRecognizerResult) {
// if (result.name == PPMyKadRecognizerSettings.full_DOCUMENT_IMAGE()) { } |
Hi @nrvraghu What type of the document are you scanning? ID, DL, Passport? Also, from which country? Regards |
Hello
I am scanning adhar card and driving license of india
…________________________________
From: Ivan Culo <notifications@github.com>
Sent: Friday, April 27, 2018 3:38 PM
To: BlinkID/blinkid-ios
Cc: TusharLama; Comment
Subject: Re: [BlinkID/blinkid-ios] Sdk Issue (#26)
Hi @nrvraghu<https://github.com/nrvraghu>
What type of the document are you scanning?
ID, DL, Passport?
Also, from which country?
Regards
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#26 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ak_FgkpkXiVzPb9XFEf_ozNyxILtuW1dks5tsu4FgaJpZM4JAG9x>.
|
Hi @TusharLama At moment we don't support scanning of the Adhar card and India DL. We are currently working on the refactor of our API and including machine learning OCR model in all of our products. Once we finish refactor we will be open to support these documents. You can contact our sales team with more information about your use-case at sales@microblink.com Regards |
Hi ,
Thankyou so much for your response do you have any alternative to scan doc like this
…________________________________
From: Ivan Culo <notifications@github.com>
Sent: Friday, April 27, 2018 3:48 PM
To: BlinkID/blinkid-ios
Cc: TusharLama; Mention
Subject: Re: [BlinkID/blinkid-ios] Sdk Issue (#26)
Hi @TusharLama<https://github.com/TusharLama>
At moment we don't support scanning of the Adhar card and India DL.
We are currently working on the refactor of our API and including machine learning OCR model in all of our products. Once we finish refactor we will be open to support these documents.
You can contact our sales team with more information about your use-case at sales@microblink.com<mailto:sales@microblink.com>
Regards
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#26 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ak_FgqjuVQ2EFghvxnrAn31W4jk9U0xyks5tsvB5gaJpZM4JAG9x>.
|
Hi BlinkId Team,
After downloading this app and running into my device it is showing the following errors. approximately i have 12 issues. I am trying to fixe those issues. but i can't . will you please help me on this.
warning: ignoring file ../../MicroBlink.framework/MicroBlink, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (arm64): ../../MicroBlink.framework/MicroBlink
Thanks in Advance.
The text was updated successfully, but these errors were encountered: