We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题:不会检测放入的图片或路径是否相同,如果想重复多次将一个文件夹下面的图片导入会出现大量重复。 方案:能否添加重复检测的功能
另,如果添加了路径检测的功能。再加一个检测原有路径是否已删除可不可行
The text was updated successfully, but these errors were encountered:
添加的图片在提取信息后,存到数据库里。存取数据库的操作是在C++模块里头完成的。所以实现这个功能需要添加新的C++接口。
另外如果要检测原有路径是否已删除这个功能,本质上是文件追踪管理。这个技术在 #23 讨论了。也需要在C++模块里头实现
Sorry, something went wrong.
No branches or pull requests
问题:不会检测放入的图片或路径是否相同,如果想重复多次将一个文件夹下面的图片导入会出现大量重复。
方案:能否添加重复检测的功能
另,如果添加了路径检测的功能。再加一个检测原有路径是否已删除可不可行
The text was updated successfully, but these errors were encountered: