Skip to content
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

PDF417 Support #115

Open
adearmasIAP opened this issue Jan 25, 2021 · 16 comments
Open

PDF417 Support #115

adearmasIAP opened this issue Jan 25, 2021 · 16 comments

Comments

@adearmasIAP
Copy link

adearmasIAP commented Jan 25, 2021

Hello,
I have finished PDF417 translation from C# to Delphi.
It compiles just fine althought there's a lot of work to do left:

  • First of all Camera demo it does not work beause it cancels with AVs when it detects a PDF417 code. I cleaned up some errors but, obviusly some remain.
  • There will be thousands of memory leaks because I tried to keep it as similar to the original as possible (Hoping to make it work fast but I failed).
  • I used a lot of compiler new goodies and I have to remove them to make ir compatible with older Delphi compilers.

I'd like to know if anyone with more experience than me would like to help to make ir work.

Regards.

@Spelt
Copy link
Owner

Spelt commented Apr 25, 2021

Did you continue developing your translation?

@adearmasIAP
Copy link
Author

adearmasIAP commented Apr 25, 2021 via email

@Spelt
Copy link
Owner

Spelt commented Apr 25, 2021 via email

@adearmasIAP
Copy link
Author

adearmasIAP commented Apr 25, 2021 via email

@Tajmi
Copy link

Tajmi commented Nov 1, 2021

@adearmasIAP Do you have any prototype source files with your PDF417 implementations?

@adearmasIAP
Copy link
Author

Hello @Tajmi . I have the source code that I translated but it doesn't work at all.
The project I was working bought some PDF417 reading devices so I had no need to keep investigating the implementation.

If anyone wants to take a look I will happily upload it.

@Tajmi
Copy link

Tajmi commented Nov 1, 2021

Hi @adearmasIAP I would realy like to look at it and try to fix it. Can you contact me on VTajmr@seznam.cz or upload the source files anywhere? Thank you.

@adearmasIAP
Copy link
Author

Hello @Tajmi I have uploaded my code. I needed an implementation of bigintegers so I used http://rvelthuis.de/programs/bigintegers.html

The code does not work, it raises an AV.
There's a lot of work to do:
1.Make it work
2.To keep backward compability lots of inline variables should be removed
3.Memory leaks... I tried to translate the code without changes (that's the reason of inline variables) and that produced lots of ML. My idea was remove them before uploading the result.

https://drive.google.com/file/d/1a1GCIu4Btke0wBXTDSPtjOOs9dW1hkRr/view?usp=sharing

Hope you can make it work

@wilchaia
Copy link

wilchaia commented Jun 8, 2022

Did anyone could make PDF417 decode work?

@Tajmr
Copy link

Tajmr commented Jun 8, 2022

Yes I kinda make it. But it was hell work.

@Tajmr
Copy link

Tajmr commented Jun 8, 2022

I got it running on delphi XE4, but it is still quit buggy :/

@adearmasIAP
Copy link
Author

adearmasIAP commented Oct 11, 2022 via email

@Tajmi
Copy link

Tajmi commented Oct 11, 2022

I can post the code at the evening somewhere. I am no longer maintaining it. But if it can help anyone else.

@adearmasIAP
Copy link
Author

adearmasIAP commented Oct 11, 2022 via email

@balger
Copy link

balger commented Nov 9, 2022

Unfortunately I cannot help due to lack of knowledge. But I need PDF417. Thanks. Thanks. Thank you very much

@Spelt
Copy link
Owner

Spelt commented Nov 18, 2022

Hi Tajmi

Can you post the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants